X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=fs%2Fadfs%2Fadfs.h;h=06b7c92343ad137f52c959b5a2a47257469d8212;hb=9e8e714f2d0093acf65cab330e8d1e5030eeeaa4;hp=699c4fa8b78b11f7509e3ee182aa18a477f7562c;hpb=eaea2947063ac694cddff1787d43e7807490dbc7;p=linux-2.6-microblaze.git diff --git a/fs/adfs/adfs.h b/fs/adfs/adfs.h index 699c4fa8b78b..06b7c92343ad 100644 --- a/fs/adfs/adfs.h +++ b/fs/adfs/adfs.h @@ -144,7 +144,8 @@ struct adfs_discmap { /* Inode stuff */ struct inode *adfs_iget(struct super_block *sb, struct object_info *obj); int adfs_write_inode(struct inode *inode, struct writeback_control *wbc); -int adfs_notify_change(struct dentry *dentry, struct iattr *attr); +int adfs_notify_change(struct user_namespace *mnt_userns, struct dentry *dentry, + struct iattr *attr); /* map.c */ int adfs_map_lookup(struct super_block *sb, u32 frag_id, unsigned int offset);