]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFS: Remove unnecessary goto in nfs4_lookup_root_sec()
authorAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 11 Jan 2017 21:30:08 +0000 (16:30 -0500)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 30 Jan 2017 18:14:50 +0000 (13:14 -0500)
commit9df1336ca42c16622f1cae5dff246a0c9c644514
treef98be7f1e17798d3cac4c3bc86477e1065821962
parent334f87dd11b7a0ed8f3d3b223fb5cede201e210a
NFS: Remove unnecessary goto in nfs4_lookup_root_sec()

Once again, it's easier and cleaner just to return the error directly.

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