On Wed, 2008-09-03 at 15:41 +0200, Sebastien Dugue wrote:
Right, a mutex, bad habit calling those semaphores from the old days :-)
GFP_KERNEL should not fail, it will just block no ? If it fails, it's
probably catastrophic enough not to care. You can always fallback to
linear lookup. I don't know if it's worth trying to fire off a new
allocation attempt later, probably not.
Ben.
--