From: Trond Myklebust Date: Tue, 5 Dec 2006 05:35:40 +0000 (-0500) Subject: NFS: Add nfs_set_page_dirty() X-Git-Tag: v2.6.20-rc1~34^2~412^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a54533ec8d92a5edae97ec6ae10023ee71c4b46;p=pandora-kernel.git 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 --- Reading git-diff-tree failed