CIFS: SMBD: Fix the definition for SMB2_CHANNEL_RDMA_V1_INVALIDATE

The channel value for requesting server remote invalidating local memory
registration should be 0x00000002

Signed-off-by: Long Li <longli@microsoft.com>
Signed-off-by: Steve French <smfrench@gmail.com>

authored by Long Li and committed by Steve French 4572f053 7cb3def4

+1 -1
+1 -1
fs/cifs/smb2pdu.h
··· 832 /* Channel field for read and write: exactly one of following flags can be set*/ 833 #define SMB2_CHANNEL_NONE 0x00000000 834 #define SMB2_CHANNEL_RDMA_V1 0x00000001 /* SMB3 or later */ 835 - #define SMB2_CHANNEL_RDMA_V1_INVALIDATE 0x00000001 /* SMB3.02 or later */ 836 837 /* SMB2 read request without RFC1001 length at the beginning */ 838 struct smb2_read_plain_req {
··· 832 /* Channel field for read and write: exactly one of following flags can be set*/ 833 #define SMB2_CHANNEL_NONE 0x00000000 834 #define SMB2_CHANNEL_RDMA_V1 0x00000001 /* SMB3 or later */ 835 + #define SMB2_CHANNEL_RDMA_V1_INVALIDATE 0x00000002 /* SMB3.02 or later */ 836 837 /* SMB2 read request without RFC1001 length at the beginning */ 838 struct smb2_read_plain_req {