Re: [PATCH 1/2] AFS: Fix afs_prepare_write()

2007-05-15 Thread Nick Piggin
David Howells wrote: 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. Acked-by: Nick Piggin <[EMAIL PROTECTED]>

[PATCH 1/2] AFS: Fix afs_prepare_write()

2007-05-15 Thread David Howells
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 <[EMAIL PROTECTED]> --- fs/afs/write.c