commit | 0e1dfc66b6ec94984a4778132147a8aa36461d58 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@osdl.org> | Sun Jul 30 03:03:28 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jul 31 13:28:38 2006 -0700 |
tree | 225a8e044e021a5a337704bc1f5ea862a5f75375 | |
parent | a268cefebceeb2046dfdfa301f041c2468536852 [diff] |
[PATCH] invalidate_bdev() speedup We can immediately bail from invalidate_bdev() if the blockdev has no pagecache. This solves the huge IPI storms which hald is causing on the big ia64 machines when it polls CDROM drives. Acked-by: Jes Sorensen <jes@sgi.com> Cc: <stable@kernel.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>