Frank Filz has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/543286 )
Change subject: Protocols: Add support for read2 and write2 that ask for resume
......................................................................
Protocols: Add support for read2 and write2 that ask for resume
Sometimes a FSAL needs to request a resume because it has to do more work
after an I/O completion callback that it can not do on the thread the
callback is running on.
Currently this is used to close a temporary fsal_fd but future uses might
add additional requirements.
Change-Id: I74f6dfc90be26524b9cf1f0ffac1b64757ca2bbd
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
---
M src/FSAL/fsal_helper.c
M src/Protocols/NFS/nfs3_read.c
M src/Protocols/NFS/nfs3_write.c
M src/Protocols/NFS/nfs4_op_read.c
M src/Protocols/NFS/nfs4_op_write.c
M src/include/fsal_api.h
6 files changed, 338 insertions(+), 74 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/86/543286/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/543286
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I74f6dfc90be26524b9cf1f0ffac1b64757ca2bbd
Gerrit-Change-Number: 543286
Gerrit-PatchSet: 1
Gerrit-Owner: Frank Filz <ffilzlnx(a)mindspring.com>
Gerrit-MessageType: newchange