X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Flinux%2Ffs.h;h=ab2a0ca82dc57fd34381debb4d63b802a5ca0235;hb=27ac0ffeac80ba6b9580529568d06144df044366;hp=6e36e7118ec12ce44c44a348e0efed2bb07894ee;hpb=146a8595c6399ee6ab4b5cc34c0d28aa4835fdc5;p=~andy%2Flinux diff --git a/include/linux/fs.h b/include/linux/fs.h index 6e36e7118ec..ab2a0ca82dc 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -2278,7 +2278,7 @@ extern void emergency_remount(void); #ifdef CONFIG_BLOCK extern sector_t bmap(struct inode *, sector_t); #endif -extern int notify_change(struct dentry *, struct iattr *); +extern int notify_change(struct dentry *, struct iattr *, struct inode **); extern int inode_permission(struct inode *, int); extern int generic_permission(struct inode *, int);