commit | ebdec241d509cf69f6ebf1ecdc036359d3dbe154 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Oct 06 10:47:23 2010 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Oct 25 21:18:20 2010 -0400 |
tree | e3c23f9b213936cb8501c83f55522a01f4a69aca | |
parent | 56b0dacfa2b8416815a2f2a5f4f51e46be4cf14c [diff] |
fs: kill block_prepare_write __block_write_begin and block_prepare_write are identical except for slightly different calling conventions. Convert all callers to the __block_write_begin calling conventions and drop block_prepare_write. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>