Loading fs/ext4/ioctl.c +1 −0 Original line number Diff line number Diff line Loading @@ -427,6 +427,7 @@ long ext4_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) return err; } case EXT4_IOC_MOVE_EXT: case FITRIM: break; default: return -ENOIOCTLCMD; Loading Loading
fs/ext4/ioctl.c +1 −0 Original line number Diff line number Diff line Loading @@ -427,6 +427,7 @@ long ext4_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) return err; } case EXT4_IOC_MOVE_EXT: case FITRIM: break; default: return -ENOIOCTLCMD; Loading