[PATCH -next 1/2] ubifs: remove unused ioctl flags GETFLAGS/SETFLAGS

Zhihao Cheng chengzhihao1 at huawei.com
Mon Aug 26 03:34:29 PDT 2024


在 2024/8/26 17:16, Hongbo Li 写道:
> 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 at huawei.com>
> ---
>   fs/ubifs/ioctl.c | 6 ------
>   1 file changed, 6 deletions(-)

Reviewed-by: Zhihao Cheng <chengzhihao1 at huawei.com>
> 
> diff --git a/fs/ubifs/ioctl.c b/fs/ubifs/ioctl.c
> index d79cabe193c3..2c99349cf537 100644
> --- a/fs/ubifs/ioctl.c
> +++ b/fs/ubifs/ioctl.c
> @@ -213,12 +213,6 @@ long ubifs_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
>   long ubifs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
>   {
>   	switch (cmd) {
> -	case FS_IOC32_GETFLAGS:
> -		cmd = FS_IOC_GETFLAGS;
> -		break;
> -	case FS_IOC32_SETFLAGS:
> -		cmd = FS_IOC_SETFLAGS;
> -		break;
>   	case FS_IOC_SET_ENCRYPTION_POLICY:
>   	case FS_IOC_GET_ENCRYPTION_POLICY:
>   	case FS_IOC_GET_ENCRYPTION_POLICY_EX:
> 




More information about the linux-mtd mailing list