Revert "ext4: drop duplicate ea_inode handling in ext4_xattr_block_set()"
authorJan Kara <jack@suse.cz>
Thu, 21 Mar 2024 16:26:49 +0000 (17:26 +0100)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 3 May 2024 04:02:08 +0000 (00:02 -0400)
commit4f3e6db3c3719952cfef89340290e0b7b03f7cbc
treebe41921e538120e61e97c12a02e6d09f4deb336a
parent744a56389f7398f286231e062c2e63f0de01bcc6
Revert "ext4: drop duplicate ea_inode handling in ext4_xattr_block_set()"

This reverts commit 7f48212678e91a057259b3e281701f7feb1ee397. We will
need the special cleanup handling once we move allocation of EA inode
outside of the buffer lock in the following patch.

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