]> 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, 18 Jan 2023 10:41:56 +0000 (11:41 +0100)
commit179025e6d7ccf1e69da1a25404d4a7f74bd5497e
tree5e30fc0771ea113b4c4b41cedfbdc497eb6366fd
parente64a9b72a6dd79b516f4dfd2b40f2c8f8b479962
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>
Stable-dep-of: 246b6193fbe5 ("ext4: fix deadlock due to mbcache entry corruption")
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/ext4/xattr.c