Home
last modified time | relevance | path

Searched hist:d4a8f3677fe2c2fc86443254fe42825e244c194d (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/nfs/
H A Ddirect.cdiff d4a8f3677fe2c2fc86443254fe42825e244c194d Tue May 22 09:22:27 CDT 2007 Trond Myklebust <Trond.Myklebust@netapp.com> NFS: Fix nfs_direct_dirty_pages()

We only need to dirty the pages that were actually read in.

Also convert nfs_direct_dirty_pages() to call set_page_dirty() instead of
set_page_dirty_lock(). A call to lock_page() is unacceptable in an rpciod
callback function.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>