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

Collapse All | Expand All

(-)sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sa.c (+1 lines)
Lines 211-216 Link Here
211
{
211
{
212
	sa_handle_t *hdl = buf;
212
	sa_handle_t *hdl = buf;
213
213
214
	hdl->sa_dbu.dbu_evict_func = NULL;
214
	mutex_init(&hdl->sa_lock, NULL, MUTEX_DEFAULT, NULL);
215
	mutex_init(&hdl->sa_lock, NULL, MUTEX_DEFAULT, NULL);
215
	return (0);
216
	return (0);
216
}
217
}

Return to bug 202358