Attention is currently required from: Frank Filz.
Hello Frank Filz,
I'd like you to do a code review.
Please visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1207942?usp=email
to review the following change.
Change subject: src/FSAL/fsal_manager: Add a weak symbol to start static fsals
......................................................................
src/FSAL/fsal_manager: Add a weak symbol to start static fsals
The weak symbol by default is defined as an empy function
that does nothing, so it will be optimized out by the compiled.
This will allow any FSAL that is compiled statically with Ganesha
to override this symbol and load statically when the static FSALs
are loaded.
Change-Id: I5102e7cf599d3f513fce83bee97f49bd9d0e1cd7
Signed-off-by: Lior Suliman <liorsu(a)gmail.com>
---
M src/FSAL/fsal_manager.c
1 file changed, 11 insertions(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/42/1207942/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1207942?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I5102e7cf599d3f513fce83bee97f49bd9d0e1cd7
Gerrit-Change-Number: 1207942
Gerrit-PatchSet: 1
Gerrit-Owner: Lior Suliman <liorsu(a)google.com>
Gerrit-Reviewer: Frank Filz <ffilzlnx(a)mindspring.com>
Gerrit-Attention: Frank Filz <ffilzlnx(a)mindspring.com>