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)
commit6fc3737aac19c81181d5ec3f9c86e324e85e733a
tree5919f444c1ab82c944555c22e29f7dfbd33379dd
parenteefc536dbdf1c55777bb192dfac2faf0993d8e10
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