commit | 309f77ad9bea057d55b04580b5a711e9e3727e83 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@gmail.com> | Mon Oct 25 15:01:12 2010 +0900 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Oct 25 21:18:23 2010 -0400 |
tree | 7edf988602761b4ac46f9edc9a6d89c7abffd3cf | |
parent | a3314a0ed389f51a51695120b429eccd45b3a165 [diff] |
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>