[PATCH] __block_write_full_page() simplification
authorAndrew Morton <akpm@osdl.org>
Thu, 5 May 2005 23:15:48 +0000 (16:15 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 5 May 2005 23:36:41 +0000 (16:36 -0700)
commitf0fbd5fc09b20f7ba7bc8c80be33e39925bb38e1
tree01216cf5771d1b49dfc2e0ba15ac1a288fb5d58c
parent05937baae9fc27b64bcd4378da7d2b14edf7931c
[PATCH] __block_write_full_page() simplification

The `last_bh' logic probably isn't worth much.  In those situations where only
the front part of the page is being written out we will save some looping but
in the vastly more common case of an all-page writeout if just adds more code.

Nick Piggin <nickpiggin@yahoo.com.au>

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/buffer.c