From: David Howells Date: Tue, 29 Aug 2006 18:06:09 +0000 (+0100) Subject: [PATCH] BLOCK: Dissociate generic_writepages() from mpage stuff [try #6] X-Git-Tag: v2.6.19-rc1~640^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=811d736f9e8013966e1a5a930c0db09508bdbb15;p=pandora-kernel.git [PATCH] BLOCK: Dissociate generic_writepages() from mpage stuff [try #6] Dissociate the generic_writepages() function from the mpage stuff, moving its declaration to linux/mm.h and actually emitting a full implementation into mm/page-writeback.c. The implementation is a partial duplicate of mpage_writepages() with all BIO references removed. It is used by NFS to do writeback. Signed-Off-By: David Howells Signed-off-by: Jens Axboe --- Reading git-diff-tree failed