• Trond Myklebust's avatar
    NFS: Add nfs_set_page_dirty() · 1a54533e
    Trond Myklebust authored
    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: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
    1a54533e
write.c 38.7 KB