From Sachin Punadikar <psachin(a)in.ibm.com>:
Sachin Punadikar has uploaded this change for review. (
https://review.gerrithub.io/422530
Change subject: GPFS_FSAL:Ensure fd value is more than 2
......................................................................
GPFS_FSAL:Ensure fd value is more than 2
In GPFS code, if the fd is less than 3, then EBADF is returned.
Corrected Ganesha code in GPFS_FSAL to ensure the fd value is not
less than 3.
Change-Id: I2978c2bfea593e030d0ef678cb34879be7e96e74
Signed-off-by: Sachin Punadikar <psachin(a)in.ibm.com>
---
M src/FSAL/FSAL_GPFS/file.c
M src/FSAL/FSAL_GPFS/fsal_internal.c
M src/FSAL/FSAL_GPFS/handle.c
3 files changed, 19 insertions(+), 9 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/30/422530/1
--
To view, visit
https://review.gerrithub.io/422530
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: I2978c2bfea593e030d0ef678cb34879be7e96e74
Gerrit-Change-Number: 422530
Gerrit-PatchSet: 1
Gerrit-Owner: Sachin Punadikar <psachin(a)in.ibm.com>