commit | 1a54533ec8d92a5edae97ec6ae10023ee71c4b46 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Dec 05 00:35:40 2006 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Dec 06 10:46:38 2006 -0500 |
tree | a09db8af7974f13baa8d906149b77bf7db58bf1f | |
parent | 200baa2112012dd8a13db9da3ee6885403f9c013 [diff] |
NFS: Add nfs_set_page_dirty() We will want to allow nfs_writepage() to distinguish between pages that have been marked as dirty by the VM, and those that have been marked as dirty by nfs_updatepage(). In the former case, the entire page will want to be written out, and so any requests that were pending need to be flushed out first. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>