Message ID | 20171002023030.3582-17-longli@exchange.microsoft.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Good catch - merged into cifs-2.6.git for-next On Sun, Oct 1, 2017 at 9:30 PM, Long Li <longli@exchange.microsoft.com> wrote: > From: Long Li <longli@microsoft.com> > > The channel value for requesting server remote invalidating local memory > registration should be 0x00000002 > > Signed-off-by: Long Li <longli@microsoft.com> > --- > fs/cifs/smb2pdu.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/cifs/smb2pdu.h b/fs/cifs/smb2pdu.h > index 393ed5f..f783a08 100644 > --- a/fs/cifs/smb2pdu.h > +++ b/fs/cifs/smb2pdu.h > @@ -832,7 +832,7 @@ struct smb2_flush_rsp { > /* Channel field for read and write: exactly one of following flags can be set*/ > #define SMB2_CHANNEL_NONE 0x00000000 > #define SMB2_CHANNEL_RDMA_V1 0x00000001 /* SMB3 or later */ > -#define SMB2_CHANNEL_RDMA_V1_INVALIDATE 0x00000001 /* SMB3.02 or later */ > +#define SMB2_CHANNEL_RDMA_V1_INVALIDATE 0x00000002 /* SMB3.02 or later */ > > /* SMB2 read request without RFC1001 length at the beginning */ > struct smb2_read_plain_req { > -- > 2.7.4 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-cifs" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/fs/cifs/smb2pdu.h b/fs/cifs/smb2pdu.h index 393ed5f..f783a08 100644 --- a/fs/cifs/smb2pdu.h +++ b/fs/cifs/smb2pdu.h @@ -832,7 +832,7 @@ struct smb2_flush_rsp { /* Channel field for read and write: exactly one of following flags can be set*/ #define SMB2_CHANNEL_NONE 0x00000000 #define SMB2_CHANNEL_RDMA_V1 0x00000001 /* SMB3 or later */ -#define SMB2_CHANNEL_RDMA_V1_INVALIDATE 0x00000001 /* SMB3.02 or later */ +#define SMB2_CHANNEL_RDMA_V1_INVALIDATE 0x00000002 /* SMB3.02 or later */ /* SMB2 read request without RFC1001 length at the beginning */ struct smb2_read_plain_req {