commit | 5cf9dd55a0ec26428f2824aadd16bfa305a5b603 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Mon Apr 09 21:12:31 2018 +0100 |
committer | David Howells <dhowells@redhat.com> | Mon Apr 09 21:12:31 2018 +0100 |
tree | 4a782bb849b5eefc8ef797bf4c68515e84d35ed4 | |
parent | 17814aef57fc0b80ac2a4a7a639db358b75cb6b9 [diff] |
afs: Prospectively look up extra files when doing a single lookup When afs_lookup() is called, prospectively look up the next 50 uncached fids also from that same directory and cache the results, rather than just looking up the one file requested. This allows us to use the FS.InlineBulkStatus RPC op to increase efficiency by fetching up to 50 file statuses at a time. Signed-off-by: David Howells <dhowells@redhat.com>