From Frank Filz <ffilzlnx(a)mindspring.com>:
Frank Filz has uploaded this change for review. (
https://review.gerrithub.io/431565
Change subject: fsal_helper functions to synchronize async I/O
......................................................................
fsal_helper functions to synchronize async I/O
Some users of read2 and write2 will not be prepared for async I/O. These
simple helpers make it easy. The caller must provide a mutex and
condition variable to use to synchronize completion.
Change-Id: I91fb3f9507c4a141ade7ec84525cdeba4b3d2cd5
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
---
M src/FSAL/fsal_helper.c
M src/include/fsal.h
2 files changed, 88 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/65/431565/1
--
To view, visit
https://review.gerrithub.io/431565
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: I91fb3f9507c4a141ade7ec84525cdeba4b3d2cd5
Gerrit-Change-Number: 431565
Gerrit-PatchSet: 1
Gerrit-Owner: Frank Filz <ffilzlnx(a)mindspring.com>