net/smc: remove unused input parameters in smc_buf_get_slot
authorWang Liang <wangliang74@huawei.com>
Wed, 18 Jun 2025 10:33:42 +0000 (18:33 +0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 19 Jun 2025 23:15:34 +0000 (16:15 -0700)
commitc3ee72ded0d2fc6433a009291d7825b28426e4c0
tree2ec20d7e423d0fd5fe940de7fa1aa6e295d8e5ff
parentf64bd2045d6202c0dfff043c1168d5247acdf777
net/smc: remove unused input parameters in smc_buf_get_slot

The input parameter "compressed_bufsize" of smc_buf_get_slot is unused,
remove it.

Signed-off-by: Wang Liang <wangliang74@huawei.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250618103342.1423913-1-wangliang74@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/smc/smc_core.c