Loading fs/ext4/ioctl.c +2 −1 Original line number Diff line number Diff line Loading @@ -258,7 +258,8 @@ long ext4_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) EXT4_FEATURE_RO_COMPAT_BIGALLOC)) { ext4_msg(sb, KERN_ERR, "Online defrag not supported with bigalloc"); return -EOPNOTSUPP; err = -EOPNOTSUPP; goto mext_out; } err = mnt_want_write_file(filp); Loading Loading
fs/ext4/ioctl.c +2 −1 Original line number Diff line number Diff line Loading @@ -258,7 +258,8 @@ long ext4_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) EXT4_FEATURE_RO_COMPAT_BIGALLOC)) { ext4_msg(sb, KERN_ERR, "Online defrag not supported with bigalloc"); return -EOPNOTSUPP; err = -EOPNOTSUPP; goto mext_out; } err = mnt_want_write_file(filp); Loading