]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: rpc_call_null_helper() should set RPC_TASK_SOFT
authorChuck Lever <chuck.lever@oracle.com>
Tue, 12 May 2020 21:13:50 +0000 (17:13 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Thu, 11 Jun 2020 17:33:48 +0000 (13:33 -0400)
commit662d3f6ee11ae8a9d40b8522337c71ba449be95f
tree5919f444c1ab82c944555c22e29f7dfbd33379dd
parent384139a6f16be71effbb9c927e853c10ae734efe
SUNRPC: rpc_call_null_helper() should set RPC_TASK_SOFT

Clean up.

All of rpc_call_null_helper() call sites assert RPC_TASK_SOFT, so
move that setting into rpc_call_null_helper() itself.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
net/sunrpc/auth_gss/auth_gss.c
net/sunrpc/clnt.c