assorted conversions to %p[dD]
[deliverable/linux.git] / fs / nfs / dir.c
index 44d7d0c7e376abb2e0ebc19fdcd671113fe3fb3b..105ccc30572df19d89cd65906ad1e29bb8eaa66a 100644 (file)
@@ -133,7 +133,7 @@ out:
 static int
 nfs_closedir(struct inode *inode, struct file *filp)
 {
-       put_nfs_open_dir_context(filp->f_path.dentry->d_inode, filp->private_data);
+       put_nfs_open_dir_context(file_inode(filp), filp->private_data);
        return 0;
 }
 
This page took 0.038218 seconds and 5 git commands to generate.