]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit203a0c144cd9b9ddfb58118fc2fb7e14a8666505
tree01216cf5771d1b49dfc2e0ba15ac1a288fb5d58c
parentcf848fad4b3bcf588bb5d9cb72a8f93b39d59500
[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