Skip to content

Commit

Permalink
CIFS: Fix missing of oplock_read value in smb30_values structure
Browse files Browse the repository at this point in the history
commit 067785c upstream.

Signed-off-by: Pavel Shilovsky <[email protected]>
Signed-off-by: Steve French <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
piastry authored and gregkh committed Mar 14, 2013
1 parent 87b0793 commit 0a1710d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/cifs/smb2ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -744,4 +744,5 @@ struct smb_version_values smb30_values = {
.cap_unix = 0,
.cap_nt_find = SMB2_NT_FIND,
.cap_large_files = SMB2_LARGE_FILES,
.oplock_read = SMB2_OPLOCK_LEVEL_II,
};

0 comments on commit 0a1710d

Please sign in to comment.