Solomon Boulos has uploaded this change for review.

View Change

Add aggressive debugging for FSAL handle functions.

I believe I was incorrectly handing out some garbage during one of the
handle_to_wire / wire_to_host variants, perhaps as a result of the lookup
function special case for "." and "..". It's unclear what we *should* be
returning (the FSAL API isn't clear about lifetimes or ownership), but once I
cleaned up the NFS client state (via umount -f) these didn't recur. Either way,
no reason to be silent in the future.

Change-Id: I63c7ee20809f07c827222785d73cca2f1fb03632
Signed-off-by: Solomon Boulos <boulos@google.com>
---
M src/FSAL/FSAL_PROXY_V3/main.c
M src/FSAL/FSAL_PROXY_V3/rpc.c
2 files changed, 76 insertions(+), 13 deletions(-)

git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/46/487446/1

To view, visit change 487446. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I63c7ee20809f07c827222785d73cca2f1fb03632
Gerrit-Change-Number: 487446
Gerrit-PatchSet: 1
Gerrit-Owner: Solomon Boulos <boulos@google.com>
Gerrit-MessageType: newchange