]> git.ipfire.org Git - people/ms/linux.git/commit - fs/nfs/write.c
nfs/write: Use common error handling code in nfs_lock_and_join_requests()
authorMarkus Elfring <elfring@users.sourceforge.net>
Tue, 7 Nov 2017 07:51:00 +0000 (08:51 +0100)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Fri, 17 Nov 2017 21:43:50 +0000 (16:43 -0500)
commit0671d8f108762efc51ca893dbf8f0ba72f655c3d
treeec6b213e1bbd724aad9601c09f09b3dc2dfac6ed
parentfcd8843c406b46433857ae45e5e9d84b01a7d20b
nfs/write: Use common error handling code in nfs_lock_and_join_requests()

Add a jump target so that a bit of exception handling can be better reused
at the end of this function.

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@Netapp.com>
fs/nfs/write.c