View | Details | Raw Unified | Return to bug 195061 | Differences between
and this patch

Collapse All | Expand All

(-)sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_file.c (+2 lines)
Lines 129-134 skip_open: Link Here
129
		return (error);
129
		return (error);
130
	}
130
	}
131
131
132
	vd->vdev_notrim = B_TRUE;
133
132
	*max_psize = *psize = vattr.va_size;
134
	*max_psize = *psize = vattr.va_size;
133
	*logical_ashift = SPA_MINBLOCKSHIFT;
135
	*logical_ashift = SPA_MINBLOCKSHIFT;
134
	*physical_ashift = SPA_MINBLOCKSHIFT;
136
	*physical_ashift = SPA_MINBLOCKSHIFT;

Return to bug 195061