diff options
-rw-r--r-- | fs/affs/affs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/affs/affs.h b/fs/affs/affs.h index 2f088773f1c0..899256b8e918 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); |