Skip to content

Commit 3a3da93

Browse files
committed
Fix patch mis-merge
1 parent 77c5e30 commit 3a3da93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/zfs/vdev_trim.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ vdev_trim_ranges(trim_args_t *ta)
637637
}
638638
mutex_exit(&vd->vdev_trim_io_lock);
639639

640-
return (0);
640+
return (error);
641641
}
642642

643643
static void

0 commit comments

Comments
 (0)