]> git.karo-electronics.de Git - karo-tx-linux.git/commit
NFS: Work correctly with single-page ->writepage() calls
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 3 Jan 2006 08:55:02 +0000 (09:55 +0100)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 6 Jan 2006 19:58:39 +0000 (14:58 -0500)
commitabd3e641d5ef9f836ab2f2b04d80b8619b051531
tree053c82b4c23a5fb419691154879acff3f487923b
parent22905f775dd6a8b73be99826dcad07ceec00244b
NFS: Work correctly with single-page ->writepage() calls

 Ensure that we always initiate flushing of data before we exit
 a single-page ->writepage() call.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/write.c