diff options
Diffstat (limited to 'fs/smbfs/cache.c')
-rw-r--r-- | fs/smbfs/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/smbfs/cache.c b/fs/smbfs/cache.c index 74b86d9725a6..8182f0542a21 100644 --- a/fs/smbfs/cache.c +++ b/fs/smbfs/cache.c | |||
@@ -125,7 +125,7 @@ smb_fill_cache(struct file *filp, void *dirent, filldir_t filldir, | |||
125 | struct smb_cache_control *ctrl, struct qstr *qname, | 125 | struct smb_cache_control *ctrl, struct qstr *qname, |
126 | struct smb_fattr *entry) | 126 | struct smb_fattr *entry) |
127 | { | 127 | { |
128 | struct dentry *newdent, *dentry = filp->f_dentry; | 128 | struct dentry *newdent, *dentry = filp->f_path.dentry; |
129 | struct inode *newino, *inode = dentry->d_inode; | 129 | struct inode *newino, *inode = dentry->d_inode; |
130 | struct smb_cache_control ctl = *ctrl; | 130 | struct smb_cache_control ctl = *ctrl; |
131 | int valid = 0; | 131 | int valid = 0; |