]> Git Repo - linux.git/commit
net/smc: remove unused fields from smc structures
authorKarsten Graul <[email protected]>
Thu, 1 Mar 2018 12:51:28 +0000 (13:51 +0100)
committerDavid S. Miller <[email protected]>
Thu, 1 Mar 2018 18:21:31 +0000 (13:21 -0500)
commitbe6d467b997f9e32aa9b27add06e7b0c8627a566
tree1e9ae81ea5a5dea14d5c6c2709142a042646f2ef
parent696cd3016975d31e3499c49a7a747d7615a16b3b
net/smc: remove unused fields from smc structures

The daddr field holds the destination IPv4 address. The field was set but
never used and can be removed. The addr field was a left-over from an
earlier version of non-blocking connects and can be removed.
The result of the call to kernel_getpeername is not used, the call can be
removed. Non-blocking connects are working, so remove restriction comment.

Signed-off-by: Karsten Graul <[email protected]>
Signed-off-by: Ursula Braun <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/smc/af_smc.c
net/smc/smc.h
net/smc/smc_core.c
net/smc/smc_core.h
This page took 0.052225 seconds and 4 git commands to generate.