Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/external/cddl/osnet/sys/sys



On 11/17/17 18:18, Christos Zoulas wrote:
+	if (flags == 0)
+		flags |= KM_SLEEP;
+	return pool_cache_get(cache, flags);

PR_WAITOK? I know it matches, but it looks odd.

Nick



Home | Main Index | Thread Index | Old Index