Skip to content

Commit 7981a05

Browse files
Fabian Fredericktorvalds
authored andcommitted
fs/affs: remove reference to affs_parent_ino()
Patch series "make FS exportable plus some clean-up", v7. This small patchset makes AFFS work with NFS for standard operations. THis patch (of 7): affs_parent_ino() was removed a long time ago. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Fabian Frederick <[email protected]> Cc: Al Viro <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent c857ab6 commit 7981a05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/affs/affs.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ extern int affs_rename(struct inode *old_dir, struct dentry *old_dentry,
178178

179179
/* inode.c */
180180

181-
extern unsigned long affs_parent_ino(struct inode *dir);
182181
extern struct inode *affs_new_inode(struct inode *dir);
183182
extern int affs_notify_change(struct dentry *dentry, struct iattr *attr);
184183
extern void affs_evict_inode(struct inode *inode);

0 commit comments

Comments
 (0)