f2fs: remove unneeded check condition in __f2fs_setxattr()
authorChao Yu <chao@kernel.org>
Wed, 19 Jul 2023 13:50:46 +0000 (21:50 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 14 Aug 2023 20:41:10 +0000 (13:41 -0700)
commitbc3994ffa4cf23f55171943c713366132c3ff45d
tree7aca66d828b77cd99c2d62288308617870d10a1a
parent8874ad7dae8d91d24cc87c545c0073b3b2da5688
f2fs: remove unneeded check condition in __f2fs_setxattr()

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>
fs/f2fs/xattr.c