]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd26277b4bad713a31a884120dcb42ccf80cec347
treeec6b213e1bbd724aad9601c09f09b3dc2dfac6ed
parent2a8f25657c0399ea5196ab9e38464fbdc8ea8fa7
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