>From Malahal <[email protected]>: Malahal has uploaded a new change for review.
https://review.gerrithub.io/271906 Change subject: Fix reply status when the file offset exceeds max configured. ...................................................................... Fix reply status when the file offset exceeds max configured. nfs3_read returns EINVAL, nfs3_write returns success due to a bug, nfs4 read and write return EQUOTA. EFBIG seems more appropriate here, so changed all of them to EFBIG. Change-Id: I836aeadf1d56bc0e7ced2371ed3cec1640ce4435 Signed-off-by: Malahal Naineni <[email protected]> --- 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 4 files changed, 4 insertions(+), 6 deletions(-) git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/06/271906/1 -- To view, visit https://review.gerrithub.io/271906 To unsubscribe, visit https://review.gerrithub.io/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I836aeadf1d56bc0e7ced2371ed3cec1640ce4435 Gerrit-PatchSet: 1 Gerrit-Project: ffilz/nfs-ganesha Gerrit-Branch: next Gerrit-Owner: Malahal <[email protected]> ------------------------------------------------------------------------------ _______________________________________________ Nfs-ganesha-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel
