]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0a412d856b7bee887a57a0d6d71b44f5e81ded0b
treebddfb61b7cc4a4007ae176ccb1ace5740b61da8d
parent7405aa05d41d671606cc55dae5683c0e55a12011
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