CIFS: Fix missing of oplock_read value in smb30_values structure
authorPavel Shilovsky <piastry@etersoft.ru>
Wed, 6 Mar 2013 15:38:36 +0000 (19:38 +0400)
committerSteve French <sfrench@us.ibm.com>
Thu, 7 Mar 2013 01:37:01 +0000 (19:37 -0600)
Cc: stable@vger.kernel.org
Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/smb2ops.c

index c9c7aa7..bceffe7 100644 (file)
@@ -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,
 };