Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net/smc: remove unused constant

Constant SMC_CLOSE_WAIT_LISTEN_CLCSOCK_TIME is defined, but since
commit 3d502067599f ("net/smc: simplify wait when closing listen socket")
no longer used. Remove it.

Signed-off-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Ursula Braun and committed by
David S. Miller
ab8536ca 4ead9c96

-2
-2
net/smc/smc_close.c
··· 20 20 #include "smc_cdc.h" 21 21 #include "smc_close.h" 22 22 23 - #define SMC_CLOSE_WAIT_LISTEN_CLCSOCK_TIME (5 * HZ) 24 - 25 23 /* release the clcsock that is assigned to the smc_sock */ 26 24 void smc_clcsock_release(struct smc_sock *smc) 27 25 {