Skip to content

Commit 41e5086

Browse files
metze-sambasmfrench
authored andcommitted
smb: smbdirect: introduce smbdirect_socket_parameters.max_frmr_depth
This will be used by the client... Cc: Steve French <[email protected]> Cc: Tom Talpey <[email protected]> Cc: Long Li <[email protected]> Acked-by: Namjae Jeon <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Stefan Metzmacher <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent 02c39c0 commit 41e5086

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/smb/common/smbdirect/smbdirect.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ struct smbdirect_socket_parameters {
3636
__u32 max_recv_size;
3737
__u32 max_fragmented_recv_size;
3838
__u32 max_read_write_size;
39+
__u32 max_frmr_depth;
3940
__u32 keepalive_interval_msec;
4041
__u32 keepalive_timeout_msec;
4142
} __packed;

0 commit comments

Comments
 (0)