Re: NFS: msync required for data writes to server?

From: Linda Dunaphant
Date: Fri May 13 2005 - 19:00:27 EST


Trond & Andrew,

Thank you both so much for your help!

The change fixed the problem we were having with the testsuite with mmap
of NFS files. We had 3 successful test runs today with the fix in place.
I found the changeset entry for this fix:

ChangeSet@xxxxxxxxxx, 2005-03-15 19:44:28-08:00, trond.myklebust@xxxxxxxxxx
[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().

Cheers!
Linda

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/