* [TRIVIAL patch] exofs: Correct misuse of %0x<decimal>
@ 2015-08-03 11:47 Joe Perches
0 siblings, 0 replies; only message in thread
From: Joe Perches @ 2015-08-03 11:47 UTC (permalink / raw)
To: Boaz Harrosh, Benny Halevy; +Cc: osd-dev, linux-kernel
Correct misuse of 0x%u in logging message.
Signed-off-by: Joe Perches <joe@perches.com>
---
fs/exofs/dir.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/exofs/dir.c b/fs/exofs/dir.c
index e5bb2ab..9a8eba6 100644
--- a/fs/exofs/dir.c
+++ b/fs/exofs/dir.c
@@ -137,7 +137,7 @@ Espan:
bad_entry:
EXOFS_ERR(
"ERROR [exofs_check_page]: bad entry in directory(0x%lx): %s - "
- "offset=%lu, inode=0x%llu, rec_len=%d, name_len=%d\n",
+ "offset=%lu, inode=0x%llx, rec_len=%d, name_len=%d\n",
dir->i_ino, error, (page->index<<PAGE_CACHE_SHIFT)+offs,
_LLU(le64_to_cpu(p->inode_no)),
rec_len, p->name_len);
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-08-03 11:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-03 11:47 [TRIVIAL patch] exofs: Correct misuse of %0x<decimal> Joe Perches
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox