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)
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

diff --cc fs/buffer.c
Simple merge