commit | ac7cbb221159efbf4491de0177b4e20a5d62e5ae | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Thu Jun 04 16:20:06 2020 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Sun Jul 12 23:49:55 2020 -0400 |
tree | c9bb8ecdb836ae85df224d97d74fb2039237a65a | |
parent | 11ba468877bb23f28956a35e896356252d63c983 [diff] |
NFS: Allow applications to speed up readdir+statx() using AT_STATX_DONT_SYNC If the application uses the AT_STATX_DONT_SYNC flag after doing readdir(), then we should still mark the parent inode as seeing a readdirplus hit. That ensures that we continue to use readdirplus in the 'ls -l' type of workflow to do fast lookups of the dentries. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>