]> Pileus Git - ~andy/linux/blobdiff - fs/fat/file.c
Pull video into test branch
[~andy/linux] / fs / fat / file.c
index 0aa813d944a67fec2e7955eadeb3e781b66915c9..c1237b70c1fee7c11f06182f67d20b5a9f6a700f 100644 (file)
@@ -92,7 +92,7 @@ int fat_generic_ioctl(struct inode *inode, struct file *filp,
                }
 
                /* This MUST be done before doing anything irreversible... */
-               err = notify_change(filp->f_dentry, &ia);
+               err = notify_change(filp->f_path.dentry, &ia);
                if (err)
                        goto up;