Matthew DeVore has uploaded this change for review.

View Change

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@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 change 506028. To unsubscribe, or for help writing mail filters, visit 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@comcast.net>
Gerrit-MessageType: newchange