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

Re: [PATCHES]



Ingo Molnar wrote:
> on my box the page cache is already completely parallel on SMP,
> we drop the kernel lock on entry into page-cache routines and
> re-lock it only if we call filesystem-specific code or
> buffer-cache code.

How have you called the 'release_kernel_lock()' function?

I found several lengthy operations in the kernel which
should also release the kernel lock.
(the slowest: clear_page() when called by get_free_page(GFP_WAIT))

--
	Manfred


--
To unsubscribe, send a message with 'unsubscribe linux-mm my@address'
in the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://humbolt.geo.uu.nl/Linux-MM/