]> git.neil.brown.name Git - history.git/commit
[PATCH] NFS: Ensure that dirty pages are written with the right creds.
authorTrond Myklebust <trond.myklebust@fys.uio.no>
Tue, 15 Mar 2005 11:44:28 +0000 (03:44 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 15 Mar 2005 11:44:28 +0000 (03:44 -0800)
commite8006df818594b536bcc74b927f9e66b65654ea7
treea44d09950a4b85429889cffc558ce7cbd967e702
parent52898b44ec51d872081a924612d7e864b0859791
[PATCH] NFS: Ensure that dirty pages are written with the right creds.

 When doing shared mmap writes, the resulting dirty NFS pages may
 find themselves incapable of being flushed out if I/O is started
 after the file was released.
 Make sure we start I/O on all existing dirty pages in nfs_file_release().

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/nfs/file.c