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

Collapse All | Expand All

(-)sys/cam/scsi/scsi_xpt.c (+1 lines)
Lines 2037-2042 Link Here
2037
			xpt_action(work_ccb);
2037
			xpt_action(work_ccb);
2038
		}
2038
		}
2039
2039
2040
		free(scan_info, M_CAMXPT);
2040
		mtx_lock(mtx);
2041
		mtx_lock(mtx);
2041
		break;
2042
		break;
2042
	}
2043
	}

Return to bug 199671