From: Nick Piggin Date: Tue, 16 Oct 2007 08:25:07 +0000 (-0700) Subject: fs: new cont helpers X-Git-Tag: v2.6.24-rc1~1189 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89e107877b65bf6eff1d63a1302dee9a091586f5;p=pandora-kernel.git fs: new cont helpers Rework the generic block "cont" routines to handle the new aops. Supporting cont_prepare_write would take quite a lot of code to support, so remove it instead (and we later convert all filesystems to use it). write_begin gets passed AOP_FLAG_CONT_EXPAND when called from generic_cont_expand, so filesystems can avoid the old hacks they used. Signed-off-by: Nick Piggin Cc: OGAWA Hirofumi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed