Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 067785c4 authored by Pavel Shilovsky's avatar Pavel Shilovsky Committed by Steve French
Browse files

CIFS: Fix missing of oplock_read value in smb30_values structure



Cc: stable@vger.kernel.org
Signed-off-by: default avatarPavel Shilovsky <piastry@etersoft.ru>
Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 94e18007
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,
};