]> err.no Git - linux-2.6/blobdiff - fs/inode.c
[PATCH] nfsd: change uses of f_{dentry, vfsmnt} to use f_path
[linux-2.6] / fs / inode.c
index 9ecccab7326db2e032d52a0c4e3865a30c6354ee..d00de182ecb97fec47c74eb454b89918b6ab3802 100644 (file)
@@ -1200,7 +1200,7 @@ EXPORT_SYMBOL(touch_atime);
 
 void file_update_time(struct file *file)
 {
-       struct inode *inode = file->f_dentry->d_inode;
+       struct inode *inode = file->f_path.dentry->d_inode;
        struct timespec now;
        int sync_it = 0;