]> git.baikalelectronics.ru Git - kernel.git/commit
ext2: unindent codeblock in ext2_xattr_set()
authorJan Kara <jack@suse.cz>
Tue, 12 Jul 2022 10:54:26 +0000 (12:54 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 3 Aug 2022 03:56:25 +0000 (23:56 -0400)
commit981d39095ffdcb9df1fa1279c2f909c77fcb33bd
treee07a4b7ac68684a5ec30d628f3ec3c05a5741206
parentaa98e200b4fc95ee92db631caec1f5e5589dd728
ext2: unindent codeblock in ext2_xattr_set()

Replace one else in ext2_xattr_set() with a goto. This makes following
code changes simpler to follow. No functional changes.

Signed-off-by: Jan Kara <jack@suse.cz>
Reviewed-by: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
Link: https://lore.kernel.org/r/20220712105436.32204-7-jack@suse.cz
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext2/xattr.c