]> asedeno.scripts.mit.edu Git - linux.git/commit
net/smc: consolidate function parameters
authorKarsten Graul <kgraul@linux.ibm.com>
Fri, 12 Apr 2019 10:57:26 +0000 (12:57 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Apr 2019 17:50:56 +0000 (10:50 -0700)
commitbc36d2fc93eb2eaef3ab7fbe40d9fc1c5e8bf969
treeebfed7d8a4f98351173564fb91a4e128615a2eb5
parent598866974c94eecb842291253780274f96b3d919
net/smc: consolidate function parameters

During initialization of an SMC socket a lot of function parameters need
to get passed down the function call path. Consolidate the parameters
in a helper struct so there are less enough parameters to get all passed
by register.

Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/smc/af_smc.c
net/smc/smc_clc.c
net/smc/smc_clc.h
net/smc/smc_core.c
net/smc/smc_core.h
net/smc/smc_pnet.c
net/smc/smc_pnet.h