Frank Filz has uploaded this change for review.
FSAL_VFS: On Linux make setattr >0x7ffffffffffffff return EFBIG
off_t is signed, so too large and the value is < 0 which would
result in EINVAL from ftruncate. Make it return EFBIG which is
what pynfs test SATT12x expects.
Change-Id: I35eb20553372e92e434c7cdf572ece6e631dc944
Signed-off-by: Frank S. Filz <ffilzlnx@mindspring.com>
---
M src/FSAL/FSAL_VFS/file.c
1 file changed, 31 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/03/552403/1
To view, visit change 552403. To unsubscribe, or for help writing mail filters, visit settings.