]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
f2fs: remove unneeded check condition in __f2fs_setxattr()
authorChao Yu <chao@kernel.org>
Wed, 19 Jul 2023 13:50:46 +0000 (21:50 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Oct 2024 13:11:04 +0000 (15:11 +0200)
commit500d362dab97268dd4e7bf726c35ce26d85831f1
treeea0237265291263499356551d788fdd8566a66e3
parent6eacbf58e41092075492fe6db5994e7140e16ff9
f2fs: remove unneeded check condition in __f2fs_setxattr()

[ Upstream commit bc3994ffa4cf23f55171943c713366132c3ff45d ]

It has checked return value of write_all_xattrs(), remove unneeded
following check condition.

Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Stable-dep-of: aaf8c0b9ae04 ("f2fs: reduce expensive checkpoint trigger frequency")
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/f2fs/xattr.c