]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFS: Clean up decode_recall_args()
authorAnna Schumaker <Anna.Schumaker@Netapp.com>
Fri, 7 Apr 2017 18:14:59 +0000 (14:14 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 20 Apr 2017 17:39:32 +0000 (13:39 -0400)
commit135a4ea0d9b8a3fe538c309e0073c17893e47298
treecfae5c81158e447109ae8a232e6e7bf11dcd51a8
parent56938bb77a5f2cfa8c5d99029022ed2bbc0aef4a
NFS: Clean up decode_recall_args()

Removing the dprintk() lets us simplify the function by returning status
codes directly, rather than using a goto.

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/callback_xdr.c