Martin Schwenke has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1235475?usp=email )
Change subject: VFS: Skip dangling directory entries during readdir
......................................................................
VFS: Skip dangling directory entries during readdir
After deciding this is a sane thing to do, it turns out there is a
similar check in FSAL_GPFS. It is more ambitious, also matching
ERR_FSAL_STALE and ERR_FSAL_XDEV. However, it is hard to see how the
either case applies here, so be conservative.
Signed-off-by: Martin Schwenke <mschwenke(a)ddn.com>
Signed-off-by: Peter Schwenke <pschwenke(a)ddn.com>
Change-Id: I2a8cd0abbb60547eaa71bf4c881a360d1cf11a58
---
M src/FSAL/FSAL_VFS/handle.c
1 file changed, 21 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/75/1235475/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1235475?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I2a8cd0abbb60547eaa71bf4c881a360d1cf11a58
Gerrit-Change-Number: 1235475
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Schwenke <martin(a)meltin.net>