This list has been deprecated. Please subscribe to the new devel list at 
lists.nfs-ganesha.org.
>From Frank Filz <ffilz...@mindspring.com>:

Frank Filz has uploaded this change for review. ( 
https://review.gerrithub.io/409091


Change subject: Limit max file size to INT64_MAX
......................................................................

Limit max file size to INT64_MAX

Many (most) file systems have a maximum file size of INT64_MAX. Some
may specify file size with a uint64_t but take an int64_t for
truncate and seek (thus limiting effective file size to INT64_MAX).

Unless we can actually support determining actual max file size,
we will limit file sizes to INT64_MAX.

To match this, MaxOffsetRead and MaxOffsetWrite config parameters
now default to INT64_MAX. The maximum for these is still left as
UINT64_MAX to support file systems that may actually genuinely be
able to support UINT64_MAX.

Change-Id: I04b176f267fac596120d8b4d3b340a886a44a7ac
Signed-off-by: Frank S. Filz <ffilz...@mindspring.com>
---
M src/FSAL/FSAL_CEPH/main.c
M src/FSAL/FSAL_GLUSTER/main.c
M src/FSAL/FSAL_GPFS/main.c
M src/FSAL/FSAL_MEM/mem_main.c
M src/FSAL/FSAL_PROXY/main.c
M src/FSAL/FSAL_PSEUDO/main.c
M src/FSAL/FSAL_RGW/main.c
M src/FSAL/FSAL_VFS/panfs/main.c
M src/FSAL/FSAL_VFS/vfs/main-c.in.cmake
M src/FSAL/FSAL_VFS/xfs/main.c
M src/config_samples/config.txt
M src/doc/man/ganesha-export-config.rst
M src/support/exports.c
13 files changed, 18 insertions(+), 16 deletions(-)



  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/91/409091/1
--
To view, visit https://review.gerrithub.io/409091
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: I04b176f267fac596120d8b4d3b340a886a44a7ac
Gerrit-Change-Number: 409091
Gerrit-PatchSet: 1
Gerrit-Owner: Frank Filz <ffilz...@mindspring.com>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to