https://github.com/torvalds/linux
Revision 05937baae9fc27b64bcd4378da7d2b14edf7931c authored by Andrew Morton on 05 May 2005, 23:15:47 UTC, committed by Linus Torvalds on 05 May 2005, 23:36:41 UTC
Remove all those get_bh()'s and put_bh()'s by extending lock_page() to cover
the troublesome regions.

(get_bh() and put_bh() happen every time whereas contention on a page's lock
in there happens basically never).

Cc: Nick Piggin <nickpiggin@yahoo.com.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent ad576e6
History
Tip revision: 05937baae9fc27b64bcd4378da7d2b14edf7931c authored by Andrew Morton on 05 May 2005, 23:15:47 UTC
[PATCH] __block_write_full_page speedup
Tip revision: 05937ba

README

back to top