From 2d858a649e349499d6251f57e01381508668efaa Mon Sep 17 00:00:00 2001 From: Barry Naujok Date: Thu, 30 Oct 2008 17:05:58 +1100 Subject: [PATCH] --- yaml --- r: 124814 b: refs/heads/master c: 34519daae6778d129d56688f75ade27f6011bac9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/xfs/support/debug.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6b29c0f9b389..bbc63fec9ffc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 89b2839319cb0c0364d55dc6fd6d3838e864ab54 +refs/heads/master: 34519daae6778d129d56688f75ade27f6011bac9 diff --git a/trunk/fs/xfs/support/debug.c b/trunk/fs/xfs/support/debug.c index c27abef7b84f..636104254cfd 100644 --- a/trunk/fs/xfs/support/debug.c +++ b/trunk/fs/xfs/support/debug.c @@ -84,5 +84,5 @@ assfail(char *expr, char *file, int line) void xfs_hex_dump(void *p, int length) { - print_hex_dump(KERN_ALERT, "", DUMP_PREFIX_OFFSET, 16, 1, p, length, 1); + print_hex_dump(KERN_ALERT, "", DUMP_PREFIX_ADDRESS, 16, 1, p, length, 1); }