From: Trond Myklebust Date: Tue, 7 Dec 2010 17:41:58 +0000 (-0500) Subject: NFS: nfs_readdir_search_for_cookie() don't mark as eof if cookie not found X-Git-Tag: v2.6.37-rc6~34^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18fb5fe40ce7f789b5cfc3aa81ff1e6175b0a5be;p=pandora-kernel.git NFS: nfs_readdir_search_for_cookie() don't mark as eof if cookie not found If we're searching for a specific cookie, and it isn't found in the page cache, we should try an uncached_readdir(). To do so, we return EBADCOOKIE, but we don't set desc->eof. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed