commit | 1866cba842437f3e7a5a8ee5b558744d9ae844d0 | [log] [tgz] |
---|---|---|
author | Zhang Yi <yi.zhang@huawei.com> | Thu Jun 10 19:24:33 2021 +0800 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Jun 24 10:33:06 2021 -0400 |
tree | e0adeb30fecb455b410b637f0ecf3023a49d5282 | |
parent | 0caaefbaf2a429c256c7469cb603ca8918e96fb0 [diff] |
jbd2: remove the out label in __jbd2_journal_remove_checkpoint() The 'out' lable just return the 'ret' value and seems not required, so remove this label and switch to return appropriate value immediately. This patch also do some minor cleanup, no logical change. Signed-off-by: Zhang Yi <yi.zhang@huawei.com> Reviewed-by: Jan Kara <jack@suse.cz> Link: https://lore.kernel.org/r/20210610112440.3438139-2-yi.zhang@huawei.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>