fs: kill block_prepare_write
authorChristoph Hellwig <hch@lst.de>
Wed, 6 Oct 2010 08:47:23 +0000 (10:47 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 26 Oct 2010 01:18:20 +0000 (21:18 -0400)
commitebdec241d509cf69f6ebf1ecdc036359d3dbe154
treee3c23f9b213936cb8501c83f55522a01f4a69aca
parent56b0dacfa2b8416815a2f2a5f4f51e46be4cf14c
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>
14 files changed:
fs/buffer.c
fs/ext3/inode.c
fs/ext4/inode.c
fs/gfs2/aops.c
fs/gfs2/ops_inode.c
fs/ocfs2/aops.c
fs/ocfs2/aops.h
fs/ocfs2/file.c
fs/reiserfs/inode.c
fs/reiserfs/ioctl.c
fs/reiserfs/xattr.c
fs/xfs/linux-2.6/xfs_super.c
include/linux/buffer_head.h
include/linux/reiserfs_fs.h