[M] Change in ...nfs-ganesha[next]: FSAL: All FSALs must implement alloc_state and status2
by Frank Filz (GerritHub)
Frank Filz has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/552559 )
Change subject: FSAL: All FSALs must implement alloc_state and status2
......................................................................
FSAL: All FSALs must implement alloc_state and status2
To reduce opportunities to mess up, all FSALs MUST implement
alloc_state and status2.
Since PROXY_V3 has no "open", it doesn't need anything attached
to a state_t to maintain the open state. Reflect that in alloc_state
and status2 (with status2 just returning 0).
Change-Id: I7d0a17eb20532c8c9493f46853c0258a0bab33aa
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
---
M src/FSAL/FSAL_CEPH/handle.c
M src/FSAL/FSAL_GLUSTER/handle.c
M src/FSAL/FSAL_GPFS/file.c
M src/FSAL/FSAL_GPFS/gpfs_methods.h
M src/FSAL/FSAL_GPFS/handle.c
M src/FSAL/FSAL_KVSFS/kvsfs_file.c
M src/FSAL/FSAL_KVSFS/kvsfs_handle.c
M src/FSAL/FSAL_KVSFS/kvsfs_methods.h
M src/FSAL/FSAL_MEM/mem_handle.c
M src/FSAL/FSAL_PROXY_V3/main.c
M src/FSAL/FSAL_VFS/file.c
M src/FSAL/FSAL_VFS/handle.c
M src/FSAL/FSAL_VFS/vfs_methods.h
M src/FSAL/default_methods.c
14 files changed, 168 insertions(+), 6 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/59/552559/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/552559
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: I7d0a17eb20532c8c9493f46853c0258a0bab33aa
Gerrit-Change-Number: 552559
Gerrit-PatchSet: 1
Gerrit-Owner: Frank Filz <ffilzlnx(a)mindspring.com>
Gerrit-MessageType: newchange