NFS: Have nfs41_proc_secinfo_no_name() call nfs4_call_sync_custom()
authorAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 14 Aug 2019 20:22:31 +0000 (16:22 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Thu, 22 Aug 2019 14:05:30 +0000 (10:05 -0400)
commitcc15e24a3af249455158bdb2ad02b9685eb4d6e9
treec1575c34fdf1cb94a429b5a591ee1d842165c789
parent4c952e3d1b0dc1835fda7f191b6f92e28b2fa435
NFS: Have nfs41_proc_secinfo_no_name() call nfs4_call_sync_custom()

We need to use the custom rpc_task_setup here to set the
RPC_TASK_NO_ROUND_ROBIN flag on the RPC call.

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/nfs4proc.c