Re: [PATCH] f2fs: fix fileattr_set unsupported attribute handling

From: Chao Yu
Date: Sun Jan 23 2022 - 03:52:55 EST


On 2022/1/22 20:59, Harry Austen wrote:
FS_IOC_SETFLAGS ioctl should return EOPNOTSUPP if the file attribute
(e.g. FS_NOCOW_FL) is not supported, rather than silently ignoring it
and returning success.

Fixes: 9b1bb01c8ae7 (f2fs: convert to fileattr)
Signed-off-by: Harry Austen <harryausten@xxxxxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,