commit | 224abf92b2f439a9030f21d2926ec8047d1ffcdb | [log] [tgz] |
---|---|---|
author | Nick Piggin <[email protected]> | Fri Jan 06 00:11:11 2006 -0800 |
committer | Linus Torvalds <[email protected]> | Fri Jan 06 08:33:26 2006 -0800 |
tree | e45074383aea04ef8b3b8d2cc04a3b34959f9e65 | |
parent | 9328b8faae922e52073785ed6c1eaa8565648a0e [diff] |
[PATCH] mm: bad_page optimisation Cut down size slightly by not passing bad_page the function name (it should be able to be determined by dump_stack()). And cut down the number of printks in bad_page. Also, cut down some branching in the destroy_compound_page path. Signed-off-by: Nick Piggin <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>