diff options
Diffstat (limited to 'fs/fuse/dir.c')
-rw-r--r-- | fs/fuse/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/dir.c b/fs/fuse/dir.c index b7c09f9eb40c..80ba3950c40d 100644 --- a/fs/fuse/dir.c +++ b/fs/fuse/dir.c | |||
@@ -1160,7 +1160,7 @@ static int fuse_readdir(struct file *file, void *dstbuf, filldir_t filldir) | |||
1160 | int err; | 1160 | int err; |
1161 | size_t nbytes; | 1161 | size_t nbytes; |
1162 | struct page *page; | 1162 | struct page *page; |
1163 | struct inode *inode = file->f_path.dentry->d_inode; | 1163 | struct inode *inode = file_inode(file); |
1164 | struct fuse_conn *fc = get_fuse_conn(inode); | 1164 | struct fuse_conn *fc = get_fuse_conn(inode); |
1165 | struct fuse_req *req; | 1165 | struct fuse_req *req; |
1166 | 1166 | ||