linux/fs/sysv
Christoph Hellwig 6e1db88d53 introduce __block_write_begin
Split up the block_write_begin implementation - __block_write_begin is a new
trivial wrapper for block_prepare_write that always takes an already
allocated page and can be either called from block_write_begin or filesystem
code that already has a page allocated.  Remove the handling of already
allocated pages from block_write_begin after switching all callers that
do it to __block_write_begin.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2010-08-09 16:47:32 -04:00
..
Kconfig fs/Kconfig: move sysv out 2009-01-22 13:15:59 +03:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
balloc.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dir.c clean up write_begin usage for directories in pagecache 2010-08-09 16:47:31 -04:00
file.c rename the generic fsync implementations 2010-05-27 22:06:06 -04:00
ialloc.c sysvfs: fix NULL deref. when allocating new inode 2010-06-29 15:29:32 -07:00
inode.c fix fs/sysv s_dirt handling 2010-05-27 22:16:05 -04:00
itree.c introduce __block_write_begin 2010-08-09 16:47:32 -04:00
namei.c constify dentry_operations: misc filesystems 2009-03-27 14:44:00 -04:00
super.c iget: stop the SYSV filesystem from using iget() and read_inode() 2008-02-07 08:42:29 -08:00
symlink.c [PATCH] mark struct inode_operations const 3 2007-02-12 09:48:46 -08:00
sysv.h clean up write_begin usage for directories in pagecache 2010-08-09 16:47:31 -04:00