]> 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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Aug 2022 12:24:28 +0000 (14:24 +0200)
commit0209189c05f2e114cba84839f5632f6079149bc4
treebe719d361ee8e56f584453e3c6dd88cb776f1bae
parent765b0a0f1ea92818df19edf0df3c43c46cf88ac7
ext4: unindent codeblock in ext4_xattr_block_set()

[ Upstream commit b9e19af916272c700a4ae7394680bef3704e9094 ]

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: 75980e9575cf ("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/ext4/xattr.c