>From Daniel Gryniewicz <[email protected]>:

Daniel Gryniewicz has uploaded this change for review. ( 
https://review.gerrithub.io/362528


Change subject: Avoid potential linker collision with alloc_state()
......................................................................

Avoid potential linker collision with alloc_state()

The default implementation of alloc_state() was not static, and RGW used
a non-static function with the same name.  This can cause the linker to
choose the default one, rather than the RGW one.

Make the default version static, and rename the RGW version.

Change-Id: Ib3b31ece7e662881a0842543823f135df0c6e618
Signed-off-by: Daniel Gryniewicz <[email protected]>
---
M src/FSAL/FSAL_RGW/export.c
M src/FSAL/FSAL_RGW/handle.c
M src/FSAL/FSAL_RGW/internal.h
M src/FSAL/default_methods.c
4 files changed, 10 insertions(+), 10 deletions(-)



  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/28/362528/1
-- 
To view, visit https://review.gerrithub.io/362528
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib3b31ece7e662881a0842543823f135df0c6e618
Gerrit-Change-Number: 362528
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Gryniewicz <[email protected]>
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to