new helper: file_inode(file)
[deliverable/linux.git] / fs / ufs / dir.c
index dbc90994715a1967f70e41387280fe0a7283efe3..3a75ca09c506591910e45a5bad970e80382b970c 100644 (file)
@@ -433,7 +433,7 @@ static int
 ufs_readdir(struct file *filp, void *dirent, filldir_t filldir)
 {
        loff_t pos = filp->f_pos;
-       struct inode *inode = filp->f_path.dentry->d_inode;
+       struct inode *inode = file_inode(filp);
        struct super_block *sb = inode->i_sb;
        unsigned int offset = pos & ~PAGE_CACHE_MASK;
        unsigned long n = pos >> PAGE_CACHE_SHIFT;
This page took 0.051938 seconds and 5 git commands to generate.