View | Details | Raw Unified | Return to ticket 9707 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/plugins/select/cons_common/job_test.c (-7 lines)
Lines 1772-1783 static int _wrapper_job_res_rm_job(void *x, void *arg) Link Here
1772
			     job_ptr, wargs->action, wargs->job_fini,
1772
			     job_ptr, wargs->action, wargs->job_fini,
1773
			     wargs->node_map);
1773
			     wargs->node_map);
1774
1774
1775
	/*
1776
	 * We might not had overlapped the main hetjob component partition, but
1777
	 * we might need these nodes.
1778
	 */
1779
	bit_or(wargs->node_map, job_ptr->node_bitmap);
1780
1781
	return 0;
1775
	return 0;
1782
}
1776
}
1783
1777
1784
- 

Return to ticket 9707