fs: remove prepare_write/commit_write
authorNick Piggin <npiggin@suse.de>
Wed, 29 Oct 2008 21:00:55 +0000 (14:00 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 30 Oct 2008 18:38:45 +0000 (11:38 -0700)
commit4e02ed4b4a2fae34aae766a5bb93ae235f60adb8
treebddfb61b7cc4a4007ae176ccb1ace5740b61da8d
parent9b913735e53ab0da4a792bac0de8e178cc13dcfb
fs: remove prepare_write/commit_write

Nothing uses prepare_write or commit_write. Remove them from the tree
completely.

[akpm@linux-foundation.org: schedule simple_prepare_write() for unexporting]
Signed-off-by: Nick Piggin <npiggin@suse.de>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/filesystems/Locking
Documentation/filesystems/vfs.txt
drivers/block/loop.c
fs/fat/inode.c
fs/libfs.c
fs/ocfs2/file.c
fs/splice.c
include/linux/fs.h
mm/filemap.c