]> 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)
commita70291c472adaa5dc9623c1ef1565f6c339fddc0
treeec6b213e1bbd724aad9601c09f09b3dc2dfac6ed
parent49e00b65fdf5cf2d75efde12f647e7f8ee86afee
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