Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 11487 | Differences between
and this patch

Collapse All | Expand All

(-)dazuko-2.1.0-pre7/dazuko_linux26.c.org (-1 / +8 lines)
Lines 159-165 inline int xp_wait_until_condition(struc Link Here
159
		wait_event(queue->queue, cfunction(cparam) != 0);
159
		wait_event(queue->queue, cfunction(cparam) != 0);
160
	}
160
	}
161
161
162
	return 0;
162
#ifdef PF_FREEZE
163
	if (current->flags & PF_FREEZE)
164
		refrigerator(PF_FREEZE);
165
#else
166
	try_to_freeze();
167
#endif
168
169
	return signal_pending(current);
163
}
170
}
164
171
165
inline int xp_notify(struct xp_queue *queue)
172
inline int xp_notify(struct xp_queue *queue)

Return to bug 11487