From Daniel Gryniewicz <dang(a)redhat.com>:
Daniel Gryniewicz has uploaded this change for review. (
https://review.gerrithub.io/420076
Change subject: Add readdir_plus FSAL option.
......................................................................
Add readdir_plus FSAL option.
If a FSAL supports readdir_plus, then we want to optimize dirent/object
cache interactions to minimize lookup() calls, and maximize
readdir_plus() calls during readdir. This allows us to minimize
round-trips to the cluster.
Change-Id: I1ea918419c880ddc0afb7e9d1474dc0776347f2f
Signed-off-by: Daniel Gryniewicz <dang(a)redhat.com>
---
M src/FSAL/FSAL_MEM/mem_main.c
M src/FSAL/fsal_config.c
M src/include/fsal_types.h
3 files changed, 5 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/76/420076/1
--
To view, visit
https://review.gerrithub.io/420076
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1ea918419c880ddc0afb7e9d1474dc0776347f2f
Gerrit-Change-Number: 420076
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Gryniewicz <dang(a)redhat.com>