linux/fs/smb/smbdirect
Alexander A. Klimov fbc1523118 smb: smbdirect: divide, not multiply, milliseconds by 1000
Unless smbdirect_connection_legacy_debug_proc_show()
wants to debug-log keep_alive_interval as microseconds,
a magnitude higher precision than available by the way,
keepalive_interval_msec should not be multiplied by 1000.

Fixes: cc55f65dd3 ("smb: client: make use of common smbdirect_socket_parameters")
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de>
Signed-off-by: Steve French <stfrench@microsoft.com>
2026-05-21 09:29:49 -05:00
..
accept.c
connect.c
connection.c smbdirect: Fix error cleanup in smbdirect_map_sges_from_iter() 2026-05-14 13:21:00 -05:00
debug.c smb: smbdirect: divide, not multiply, milliseconds by 1000 2026-05-21 09:29:49 -05:00
devices.c
internal.h smb: smbdirect: introduce and use include/linux/smbdirect.h 2026-05-01 16:24:25 -05:00
Kconfig
listen.c
main.c
Makefile
mr.c smb: smbdirect: fix MR registration for coalesced SG lists 2026-05-01 16:24:29 -05:00
pdu.h
rw.c
socket.c
socket.h