[M] Change in ...nfs-ganesha[next]: FSAL: add the get_fsal_obj_handle for FSALs
by bjfhdhhaha (GerritHub)
bjfhdhhaha has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1168758?usp=email )
Change subject: FSAL: add the get_fsal_obj_handle for FSALs
......................................................................
FSAL: add the get_fsal_obj_handle for FSALs
Change-Id: Idf98fa64645a59747e0c44ce3313b73f35763aa4
Signed-off-by: bjfhdhhaha <1453769042(a)qq.com>
---
M src/FSAL/FSAL_CEPH/export.c
M src/FSAL/FSAL_GLUSTER/export.c
M src/FSAL/FSAL_GPFS/export.c
M src/FSAL/FSAL_KVSFS/kvsfs_export.c
M src/FSAL/FSAL_LIZARDFS/export.c
M src/FSAL/FSAL_MEM/mem_export.c
M src/FSAL/FSAL_VFS/export.c
7 files changed, 170 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/58/1168758/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1168758?usp=email
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: Idf98fa64645a59747e0c44ce3313b73f35763aa4
Gerrit-Change-Number: 1168758
Gerrit-PatchSet: 1
Gerrit-Owner: bjfhdhhaha <1453769042(a)qq.com>
Gerrit-MessageType: newchange
1 year, 6 months
Announce Push of V5.5.2
by Frank Filz
Branch next
Tag:V5.5.2
Merge Highlights
* A variety of minor fixes for compile under various platforms or
conditionals
* Handle Expired IP to Name mapping in cache
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
Contents:
386c95c4a Frank S. Filz V5.5.2
d3b02e317 David Rieber It appears <sys/statfs.h> was included by mistake in
https://github.com/nfs-ganesha/nfs-ganesha/commit/43c28da6c88cbd842036599da0
4ddcfd24d959ea, the right #include should be <sys/stat.h>.
752f9bd8d David Rieber malloc_trim is unsupported on macOS.
f0cde4ae1 David Rieber Moved enum recovery_backend and associated #define to
solve forward declaration issue.
3d3fb7784 David Rieber Added extern declaration of reread_config to
nfs_lib.h
de2798974 David Rieber In vfs_getattr2, initialize variables status and
out_fd to fix uninitialized use.
d495eaa9b David Rieber fs_lock is only defined when GSH_CAN_HOST_LOCAL_FS is
#defined.
ca70ef529 Rojin George Handle Expired IP to Name mapping in cache
7b4e16826 bjfhdhhaha LOG: modify the incorrect function name in the log
1 year, 7 months