Malahal has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/501193 )
Change subject: [GPFS] handle ACLs that exceed 4096 byte buffer
......................................................................
[GPFS] handle ACLs that exceed 4096 byte buffer
commit f8a75a9eb started checking for the maximum number of ACEs. It
didn't check for buffer too small error case where the number of ACEs is
undefined leading to SERVERFAULT errors.
Changed the code to return early in the case of ENOSPC/buffer too small
from GPFS file system.
Change-Id: If72f77c97839cfd3abc9d4018f0ab229fc233c99
Signed-off-by: Malahal Naineni <malahal(a)us.ibm.com>
---
M src/FSAL/FSAL_GPFS/fsal_internal.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/93/501193/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/501193
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: If72f77c97839cfd3abc9d4018f0ab229fc233c99
Gerrit-Change-Number: 501193
Gerrit-PatchSet: 1
Gerrit-Owner: Malahal <malahal(a)gmail.com>
Gerrit-MessageType: newchange