From: David Howells Date: Wed, 16 May 2007 06:57:04 +0000 (-0700) Subject: AFS: Fix afs_prepare_write() X-Git-Tag: v2.6.22-rc2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb33ed6345d6156484f39089aa8b52f44ce76609;p=pandora-kernel.git AFS: Fix afs_prepare_write() afs_prepare_write() should not mark a page up to date if it only partially fills it in, in expectation of the caller filling in the rest prior to calling commit_write(). commit_write(), however, should mark the page up to date. Signed-off-by: David Howells Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed