>From Malahal <[email protected]>: Malahal has uploaded a new change for review.
https://review.gerrithub.io/250348 Change subject: Have our own symbols for CACHE_LINE_SIZE and CACHE_PAD macros. ...................................................................... Have our own symbols for CACHE_LINE_SIZE and CACHE_PAD macros. The current macro CACHE_LINE_SIZE is not a system defined one. The same macro is being used in libntirpc code as well as ganesha code. Due to the way the headers are included in cache_inode_hash.c, it gets CACHE_LINE_SIZE from libntirpc headers, but cache_inode_misc.c gets the same from ganesha headers. Any mismatched value from these two products results into crashes as the above two files end up declaring the same structure (cih_lookup_table) differently. Change-Id: Ic924891978309c7358a410174d5381f76bd346d3 Signed-off-by: Malahal Naineni <[email protected]> --- M src/include/cache_inode_hash.h M src/include/gsh_intrinsic.h M src/include/nfs_req_queue.h 3 files changed, 8 insertions(+), 16 deletions(-) git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/48/250348/1 -- To view, visit https://review.gerrithub.io/250348 To unsubscribe, visit https://review.gerrithub.io/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic924891978309c7358a410174d5381f76bd346d3 Gerrit-PatchSet: 1 Gerrit-Project: ffilz/nfs-ganesha Gerrit-Branch: next Gerrit-Owner: Malahal <[email protected]> ------------------------------------------------------------------------------ _______________________________________________ Nfs-ganesha-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel
