diff options
Diffstat (limited to 'fs/ext4/ioctl.c')
| -rw-r--r-- | fs/ext4/ioctl.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ext4/ioctl.c b/fs/ext4/ioctl.c index e8870fff8224..a0ec750018dd 100644 --- a/fs/ext4/ioctl.c +++ b/fs/ext4/ioctl.c @@ -1377,6 +1377,8 @@ long ext4_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg)  	case EXT4_IOC_CLEAR_ES_CACHE:  	case EXT4_IOC_GETSTATE:  	case EXT4_IOC_GET_ES_CACHE: +	case EXT4_IOC_FSGETXATTR: +	case EXT4_IOC_FSSETXATTR:  		break;  	default:  		return -ENOIOCTLCMD;  |