From <fatih(a)gandi.net>:
fatih(a)gandi.net has uploaded this change for review. (
https://review.gerrithub.io/418821
Change subject: FSAL_VFS: fix read_dirents function on FreeBSD
......................................................................
FSAL_VFS: fix read_dirents function on FreeBSD
we do not need to lseek on FreeBSD since getdirentries is doing it for us
otherwise we may read duplicate entries when looping through read_dirents
Change-Id: I9e1e08a96946c9c247d0547a0b3bd3b680664bff
Signed-off-by: Fatih Acar <fatih.acar(a)gandi.net>
---
M src/FSAL/FSAL_VFS/handle.c
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/21/418821/1
--
To view, visit
https://review.gerrithub.io/418821
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9e1e08a96946c9c247d0547a0b3bd3b680664bff
Gerrit-Change-Number: 418821
Gerrit-PatchSet: 1
Gerrit-Owner: fatih(a)gandi.net