commit | 18fb5fe40ce7f789b5cfc3aa81ff1e6175b0a5be | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Dec 07 12:41:58 2010 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Dec 07 12:41:58 2010 -0500 |
tree | e7d191c921142ecb1cb2eba0634cb0c6ba89459d | |
parent | 11de3b11e08cac26d59e88efaf4e316701883552 [diff] |
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 <Trond.Myklebust@netapp.com>