Branch next

 

Tag:V4-dev.65

 

Merge Highlights

 

* NFSv3 READ - uio_vio buffer MUST be a multiple of 4 bytes

 

* CONF_ITEM_16 (which is not used) should use int16_t NOT uint_16t

 

* CONFIG: Add CONF_ITEM_UI31_ZERO, CONF_ITEM_I64_ZERO, CONF_ITEM_UI64_ZERO

 

* More changes to compile on MacOS

 

* EXPORT: Move default value of export level cache expiry to one place.

 

* Fix nfs3_write in case of len "0" write request

 

Signed-off-by: Frank S. Filz <ffilzlnx@mindspring.com>

 

Contents:

 

87ac5c73c Frank S. Filz V4-dev.65

d6777d0e9 Prabhu Murugesan Fix nfs3_write in case of len "0" write request

a011d9ac4 Pradeep EXPORT: Move default value of export level cache expiry to one place.

72a7d1310 Matthew DeVore Remove FSAL_PANFS module

d294e8d87 Matthew DeVore Turn off VFS, GPFS, LUSTRE, XFS if LOCAL_FS off

f8a8fad62 Matthew DeVore Move fsal_filesystem struct to fsal_localfs.h

7032865dd Matthew DeVore Do not compile commonlib components if not needed

4ea828f84 Matthew DeVore access_check: make credential setting optional

4b9fecf75 Frank S. Filz CONFIG: Add CONF_ITEM_UI31_ZERO, CONF_ITEM_I64_ZERO, CONF_ITEM_UI64_ZERO

9ed27b216 Frank S. Filz CONF_ITEM_16 (which is not used) should use int16_t NOT uint_16t

8868bc755 Frank S. Filz NFSv3 READ - uio_vio buffer MUST be a multiple of 4 bytes