ext4: check the return value of ext4_xattr_inode_dec_ref()
authorLi Zhong <floridsleeves@gmail.com>
Sat, 17 Sep 2022 00:28:16 +0000 (17:28 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 1 Dec 2022 15:46:54 +0000 (10:46 -0500)
commit56d0d0b9289dae041becc7ee6bd966a00dd610e0
treeea1c17f9a09a49930d0a8179cf5719ca799c9fa1
parent71df9683827a17fb6279fcc2e52efdc7062a03b9
ext4: check the return value of ext4_xattr_inode_dec_ref()

Check the return value of ext4_xattr_inode_dec_ref(), which could
return error code and need to be warned.

Signed-off-by: Li Zhong <floridsleeves@gmail.com>
Link: https://lore.kernel.org/r/20220917002816.3804400-1-floridsleeves@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/xattr.c