]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitec41ab7093706ce502b7134bf30784127ce08c77
tree3bb0425554705aefef66ff16b5aebd472f514eba
parent4773df6bc99fd40daf82cf745bb113c01f886f8a
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