Matthew DeVore has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/506028 )
Change subject: Use PRIu64 and PRIx64 for formatting uint64_t
......................................................................
Use PRIu64 and PRIx64 for formatting uint64_t
uint64_t is not always typedef'd to unsigned long, but sometimes to
types such as unsigned long long. Use standard formatting macros rather
than hard-code %lu and %lx.
Change-Id: I371b01576adc83da3fc1c9d5bde416bfeab34d66
Signed-off-by: Matthew DeVore <matvore(a)google.com>
---
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_lru.c
M src/SAL/nfs4_recovery.c
2 files changed, 7 insertions(+), 6 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/28/506028/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/506028
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: I371b01576adc83da3fc1c9d5bde416bfeab34d66
Gerrit-Change-Number: 506028
Gerrit-PatchSet: 1
Gerrit-Owner: Matthew DeVore <matvore(a)comcast.net>
Gerrit-MessageType: newchange