Solomon Boulos has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/487442 )
Change subject: Implement a single layer of lookup_path.
......................................................................
Implement a single layer of lookup_path.
Now correctly fills in the attributes from the response, handles root lookups
with GETATTR3, and attempts to handle "." and ".." path lookups.
It's unclear
that any of this state management (holding onto pointers, mostly) is safe.
Change-Id: Ieab9e84c317e267fc876ecd91cbf022856546255
Signed-off-by: Solomon Boulos <boulos(a)google.com>
---
M src/FSAL/FSAL_PROXY_V3/CMakeLists.txt
M src/FSAL/FSAL_PROXY_V3/main.c
M src/FSAL/FSAL_PROXY_V3/proxyv3_fsal_methods.h
M src/FSAL/FSAL_PROXY_V3/rpc.c
A src/FSAL/FSAL_PROXY_V3/utils.c
5 files changed, 421 insertions(+), 26 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/42/487442/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/487442
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Ieab9e84c317e267fc876ecd91cbf022856546255
Gerrit-Change-Number: 487442
Gerrit-PatchSet: 1
Gerrit-Owner: Solomon Boulos <boulos(a)google.com>
Gerrit-MessageType: newchange