aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/file.c')
-rw-r--r--fs/cifs/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/file.c b/fs/cifs/file.c
index 80856f180711..c302b9c52644 100644
--- a/fs/cifs/file.c
+++ b/fs/cifs/file.c
@@ -2335,7 +2335,7 @@ void cifs_oplock_break(struct work_struct *work)
2335{ 2335{
2336 struct cifsFileInfo *cfile = container_of(work, struct cifsFileInfo, 2336 struct cifsFileInfo *cfile = container_of(work, struct cifsFileInfo,
2337 oplock_break); 2337 oplock_break);
2338 struct inode *inode = cfile->pInode; 2338 struct inode *inode = cfile->dentry->d_inode;
2339 struct cifsInodeInfo *cinode = CIFS_I(inode); 2339 struct cifsInodeInfo *cinode = CIFS_I(inode);
2340 int rc, waitrc = 0; 2340 int rc, waitrc = 0;
2341 2341