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)
commitb67798d55185ba4471f70b67b3f7c2866f216499
treee07a4b7ac68684a5ec30d628f3ec3c05a5741206
parent90ae40d243d46f2268a5334fc8faa2dd67f875f5
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