]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ksmbd: use ib_device_get_netdev() instead of calling ops.get_netdev
authorNamjae Jeon <linkinjeon@kernel.org>
Fri, 21 Mar 2025 13:05:39 +0000 (22:05 +0900)
committerSteve French <stfrench@microsoft.com>
Fri, 28 Mar 2025 00:12:00 +0000 (19:12 -0500)
commit6955bfef8f2b5b2f4e35577b708967bd986d3aa3
tree6c451792ef23923fd42a871c55c0878ffa26bce2
parent6171063e9d046ffa46f51579b2ca4a43caef581a
ksmbd: use ib_device_get_netdev() instead of calling ops.get_netdev

ULPs are not supposed to call to ops.* directly.

Suggested-by: Leon Romanovsky <leon@kernel.org>
Reviewed-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/server/transport_rdma.c