Malahal has uploaded this change for review.

View Change

[GPFS] Handle failures with NFS readdir operation

We use getdents64 syscall to get directory entries and then use lookup
while filling each of such entries. The entry may not exist by the time
we do lookup, so handle non-existing errors from the lookup.

Change-Id: I32cdeaaea2d3f197279983dc194257d79615be13
Signed-off-by: Malahal Naineni <malahal@us.ibm.com>
---
M src/FSAL/FSAL_GPFS/handle.c
1 file changed, 17 insertions(+), 2 deletions(-)

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

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

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