commit | bb33ed6345d6156484f39089aa8b52f44ce76609 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Tue May 15 23:57:04 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed May 16 21:19:15 2007 -0700 |
tree | c27f2b0f62efceca5ab2289b524e688ec1c9d0f0 | |
parent | 1800782016fda6fbc9990a0227fec581070f23af [diff] |
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 <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>