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

Remove unnecessary else (and thus indentation level) from a code block
in ext4_xattr_block_set(). It will also make following code changes
easier. No functional changes.

CC: stable@vger.kernel.org
Fixes: 4e4b07fdbb82 ("ext4: convert to mbcache2")
Signed-off-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20220712105436.32204-4-jack@suse.cz
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/xattr.c