]> bbs.cooldavid.org Git - net-next-2.6.git/commit
jbd: Remove unnecessary goto statement
authorNamhyung Kim <namhyung@gmail.com>
Mon, 4 Oct 2010 15:13:59 +0000 (00:13 +0900)
committerJan Kara <jack@suse.cz>
Wed, 27 Oct 2010 23:30:01 +0000 (01:30 +0200)
commit2b23976908d9f8406f8b10b86c83b2cee302bc7d
treedc1e2039bfb7a89bc981f7c2f9f350c57ad26412
parentf81e3d4564a06c5a070337ba527d11865acecb67
jbd: Remove unnecessary goto statement

Remove goto statement which jumps to very next line. Also remove
target label because it is no longer used anywhere.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/jbd/transaction.c