]> git.baikalelectronics.ru Git - kernel.git/commit
fs/buffer.c: call __block_write_begin() if we have page
authorNamhyung Kim <namhyung@gmail.com>
Mon, 25 Oct 2010 06:01:12 +0000 (15:01 +0900)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 26 Oct 2010 01:18:23 +0000 (21:18 -0400)
commit255671317f14e4b01b2b10cea33f2265ae474dd7
tree7edf988602761b4ac46f9edc9a6d89c7abffd3cf
parentf0ac0bb4832cd095c679cf4c79baeb869503ca51
fs/buffer.c: call __block_write_begin() if we have page

If we have the appropriate page already, call __block_write_begin()
directly instead of releasing and regrabbing it inside of
block_write_begin().

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/buffer.c