smc: fix sendpage() call
authorStefan Raspl <[email protected]>
Thu, 3 May 2018 15:57:39 +0000 (17:57 +0200)
committerDavid S. Miller <[email protected]>
Thu, 3 May 2018 18:47:31 +0000 (14:47 -0400)
commitbda27ff5c4526f80a7620a94ecfe8dca153e3696
tree886341f8a24668c1f8a4a7c813f0404e9bb72187
parenta6920d1d130c3de039be982eba42542d329dc64c
smc: fix sendpage() call

The sendpage() call grabs the sock lock before calling the default
implementation - which tries to grab it once again.

Signed-off-by: Stefan Raspl <[email protected]>
Signed-off-by: Ursula Braun <[email protected]><
Signed-off-by: David S. Miller <[email protected]>
net/smc/af_smc.c