File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -3138,19 +3138,8 @@ vdev_raidz_io_done(zio_t *zio)
3138
3138
* data and parity as we can track down. If we've
3139
3139
* already been through once before, all children will
3140
3140
* be marked as tried so we'll proceed to combinatorial
3141
- * reconstruction. We also disable aggregation.
3141
+ * reconstruction.
3142
3142
*/
3143
- if (rm -> rm_phys_col != NULL ) {
3144
- for (int i = 0 ; i < rm -> rm_nphys_cols ; i ++ ) {
3145
- if (rm -> rm_phys_col [i ].rc_abd != NULL )
3146
- abd_free (rm -> rm_phys_col [i ].
3147
- rc_abd );
3148
- }
3149
- kmem_free (rm -> rm_phys_col ,
3150
- sizeof (raidz_col_t ) * rm -> rm_nphys_cols );
3151
- rm -> rm_phys_col = NULL ;
3152
- rm -> rm_nphys_cols = 0 ;
3153
- }
3154
3143
int nread = 0 ;
3155
3144
for (int i = 0 ; i < rm -> rm_nrows ; i ++ ) {
3156
3145
nread += vdev_raidz_read_all (zio ,
You can’t perform that action at this time.
0 commit comments