NFS: cleanup error handling in nfs4_server_common_setup
authorChristoph Hellwig <hch@lst.de>
Fri, 18 Jul 2025 08:14:46 +0000 (10:14 +0200)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 22 Jul 2025 12:10:41 +0000 (08:10 -0400)
commit67173860a763b99317184bfaa821abd3578a4ce3
tree5bd52435cb0624ad95e2495b6e669fe5c113711b
parentf06bedfa62d57f7b67d44aacd6badad2e13a803f
NFS: cleanup error handling in nfs4_server_common_setup

Return error directly instead of using a goto label for it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20250718081509.2607553-2-hch@lst.de
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/nfs4client.c