Solomon Boulos has uploaded this change for review.

View Change

Rename the V4 proxy names from pxy_ to proxyv4.

As part of making the V3 proxy, ffilz asked that I rename a lot of the code in
the existing V4 proxy. One caveat is that load_fsal performs a dlopen() of the
name of the FSAL given in a config, so we cannot rename the output PROXY_V4
unless we wish to break existing configs. Seems like a future breaking change.

Change-Id: Ib7c94b0480cf9b05f303591c20585345e5e3e711
Signed-off-by: Solomon Boulos <boulos@google.com>
---
M src/CMakeLists.txt
M src/FSAL/FSAL_PROXY_V4/CMakeLists.txt
M src/FSAL/FSAL_PROXY_V4/export.c
M src/FSAL/FSAL_PROXY_V4/fsal_nfsv4_macros.h
M src/FSAL/FSAL_PROXY_V4/handle.c
M src/FSAL/FSAL_PROXY_V4/handle_mapping/handle_mapping.c
M src/FSAL/FSAL_PROXY_V4/handle_mapping/handle_mapping.h
M src/FSAL/FSAL_PROXY_V4/handle_mapping/handle_mapping_db.c
M src/FSAL/FSAL_PROXY_V4/main.c
A src/FSAL/FSAL_PROXY_V4/proxyv4_fsal_methods.h
D src/FSAL/FSAL_PROXY_V4/pxy_fsal_methods.h
M src/FSAL/FSAL_PROXY_V4/xattrs.c
M src/cmake/build_configurations/everything.cmake
M src/include/config-h.in.cmake
M src/nfs-ganesha.spec-in.cmake
15 files changed, 1,235 insertions(+), 1,097 deletions(-)

git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/73/488473/1

To view, visit change 488473. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Ib7c94b0480cf9b05f303591c20585345e5e3e711
Gerrit-Change-Number: 488473
Gerrit-PatchSet: 1
Gerrit-Owner: Solomon Boulos <boulos@google.com>
Gerrit-MessageType: newchange