Malahal has uploaded this change for review.

View Change

Restore op_ctx->ctx_export and fsal_export in nfs4_op_readdir

nfs4_readdir_callback() saves op_ctx->ctx_export/fsal_export while
processing juntion nodes. It gets restored after error but needs to be
restored after a successful processing as well.

NOTE: Can we push all needed calls into populate_dirent and let
populate_dirent deal with save and restore in one place. populate_dirent
also does save and restore op_ctx.

Change-Id: I939d201b774e8d35c21a07f26dc235751bff89d0
Signed-off-by: Malahal Naineni <malahal@us.ibm.com>
---
M src/FSAL/fsal_helper.c
M src/Protocols/NFS/nfs4_op_readdir.c
2 files changed, 10 insertions(+), 0 deletions(-)

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

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

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I939d201b774e8d35c21a07f26dc235751bff89d0
Gerrit-Change-Number: 432188
Gerrit-PatchSet: 1
Gerrit-Owner: Malahal <malahal@gmail.com>