]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/hfsplus/dir.c
Pull style into test branch
[linux-2.6-omap-h63xx.git] / fs / hfsplus / dir.c
index 7e309751645f1618feec1547b502a5cbf5f03032..e886ac8460d375ccda11f4a005aefffe34b60bcd 100644 (file)
@@ -111,7 +111,7 @@ fail:
 
 static int hfsplus_readdir(struct file *filp, void *dirent, filldir_t filldir)
 {
-       struct inode *inode = filp->f_dentry->d_inode;
+       struct inode *inode = filp->f_path.dentry->d_inode;
        struct super_block *sb = inode->i_sb;
        int len, err;
        char strbuf[HFSPLUS_MAX_STRLEN + 1];