]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
NFS: Use common error handling code in nfs_alloc_server()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 14 Jun 2026 08:06:11 +0000 (10:06 +0200)
committerAnna Schumaker <anna.schumaker@hammerspace.com>
Wed, 17 Jun 2026 18:07:09 +0000 (14:07 -0400)
commit284ea3fb4f6715201e1d9ef3474c25e817ad70e9
treeaf20512eda601de18ecf8ec7cce53dab1179bbd5
parentd189f224308c8ac3feeea8e442c99922bd18f1b2
NFS: Use common error handling code in nfs_alloc_server()

Use an additional label so that a bit of exception handling can be better
reused at the end of this function implementation.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Anna Schumaker <anna.schumaker@hammerspace.com>
fs/nfs/client.c