mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
NFS: Fix up forced readdirplus
Avoid clearing the entire readdir page cache if we're just doing forced readdirplus for the 'ls -l' heuristic. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
This commit is contained in:
@@ -109,6 +109,7 @@ struct nfs_open_dir_context {
|
||||
__u64 last_cookie;
|
||||
pgoff_t page_index;
|
||||
unsigned int dtsize;
|
||||
bool force_clear;
|
||||
bool eof;
|
||||
struct rcu_head rcu_head;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user