ext4: drop duplicate ea_inode handling in ext4_xattr_block_set()
authorJan Kara <jack@suse.cz>
Fri, 9 Feb 2024 11:21:01 +0000 (12:21 +0100)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 7 Mar 2024 18:32:54 +0000 (13:32 -0500)
commit7f48212678e91a057259b3e281701f7feb1ee397
tree6e5b1ff719f044a57dd94b43eb884e367ef0d2e0
parent8208c41c43ad5e9b63dce6c45a73e326109ca658
ext4: drop duplicate ea_inode handling in ext4_xattr_block_set()

ext4_xattr_block_set() drops ea_inode reference in two places. Handling
it just under the 'cleanup' label is enough so drop the second
occurence.

Signed-off-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20240209112107.10585-3-jack@suse.cz
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/xattr.c