From: Trond Myklebust Date: Tue, 22 May 2007 14:22:27 +0000 (-0400) Subject: NFS: Fix nfs_direct_dirty_pages() X-Git-Tag: v2.6.22-rc3~15^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4a8f3677fe2c2fc86443254fe42825e244c194d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed