ubifs: remove unused ioctl flags GETFLAGS/SETFLAGS
authorHongbo Li <lihongbo22@huawei.com>
Mon, 26 Aug 2024 09:16:59 +0000 (17:16 +0800)
committerRichard Weinberger <richard@nod.at>
Thu, 14 Nov 2024 16:56:13 +0000 (17:56 +0100)
commit919cc964abdb071f50c8f03e3b36fe0b5c60ef0d
tree8dcfb8e6a7b22187a0dcca2e912acae94c42d9cf
parentd969811d45cc4133ca61212b2ac3d14f2bdfc0ac
ubifs: remove unused ioctl flags GETFLAGS/SETFLAGS

In the ubifs, ubifs_fileattr_get and ubifs_fileattr_set
have been implemented, GETFLAGS and SETFLAGS ioctl are not
handled in filesystem's own ioctl helper. Additionally,
these flags' cases are not handled in ubifs's ioctl helper,
so we can remove them.

Signed-off-by: Hongbo Li <lihongbo22@huawei.com>
Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/ioctl.c