staging: lustre: Delete unnecessary goto statements in six functions
authorMarkus Elfring <elfring@users.sourceforge.net>
Mon, 21 Dec 2015 17:15:45 +0000 (18:15 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Dec 2015 23:49:06 +0000 (15:49 -0800)
commit3af7370ca16e33f80ebcfd0fe5be59ed6094c95a
tree8b8c99afe4475e25577c9c6b0841fbb277982439
parentfb7a02014b6bb4d56864424cd13dbd6417c3cd7d
staging: lustre: Delete unnecessary goto statements in six functions

Six goto statements referred to a source code position
directly behind them.
Thus omit such unnecessary jumps.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/namei.c
drivers/staging/lustre/lustre/mdc/mdc_request.c