From: Fabian Frederick Date: Mon, 27 Feb 2017 22:27:43 +0000 (-0800) Subject: fs/affs: remove reference to affs_parent_ino() X-Git-Tag: v4.14-rc1~1395^2~57 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7981a05a0edecab540611785063a8facafd2b46d;p=platform%2Fkernel%2Flinux-rpi3.git 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/20170109191208.6085-2-fabf@skynet.be Signed-off-by: Fabian Frederick Cc: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/affs/affs.h b/fs/affs/affs.h index 2f08877..899256b 100644 --- a/fs/affs/affs.h +++ b/fs/affs/affs.h @@ -178,7 +178,6 @@ extern int affs_rename(struct inode *old_dir, struct dentry *old_dentry, /* inode.c */ -extern unsigned long affs_parent_ino(struct inode *dir); extern struct inode *affs_new_inode(struct inode *dir); extern int affs_notify_change(struct dentry *dentry, struct iattr *attr); extern void affs_evict_inode(struct inode *inode);