NFS: Have nfs4_proc_get_lease_time() call nfs4_call_sync_custom()
authorAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 19 Aug 2019 14:18:28 +0000 (10:18 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Thu, 22 Aug 2019 14:05:35 +0000 (10:05 -0400)
commitf836b27ecad98770bc53600d1ebd6533c921a4e7
tree3bb0425554705aefef66ff16b5aebd472f514eba
parentcc15e24a3af249455158bdb2ad02b9685eb4d6e9
NFS: Have nfs4_proc_get_lease_time() call nfs4_call_sync_custom()

This removes some code duplication, since both functions were doing the
same thing.

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