Merge pull request #36 from versity/zab/move_blocks_next_einval

Fix accidental EINVAL in move_blocks
This commit is contained in:
Andy Grover
2021-04-23 14:39:29 -07:00
committed by GitHub
+1 -1
View File
@@ -1285,7 +1285,7 @@ int scoutfs_data_move_blocks(struct inode *from, u64 from_off,
if (is_stage) {
ret = scoutfs_ext_next(sb, &data_ext_ops, &to_args,
to_iblock, 1, &off_ext);
to_start, 1, &off_ext);
if (ret)
break;