]> git.baikalelectronics.ru Git - kernel.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)
commit267acbd9e6b75ab0bfb88246bb8d9f0964530f43
treeebfed7d8a4f98351173564fb91a4e128615a2eb5
parent122dec4c64579df3f2d4dd10a74073d55e394d7e
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