From e7df8b340c444ab031a012300e6c3cd4037a7b74 Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Wed, 3 Apr 2013 16:11:11 +1100 Subject: [PATCH] --- yaml --- r: 371055 b: refs/heads/master c: a2050646f655a90400cbb66c3866d2e0137eee0c h: refs/heads/master i: 371053: a99debd426c501e6be3b54ceeff9762c48104215 371051: 2c31534edb14c55d95d31276a3609e398837f2d5 371047: c37684bf2754c0937d5248d7cfa2ecdb5c87e758 371039: 599f1546df204bad99b62d1bb317a810d700484f v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_error.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 63c7835f1a6a..12e55b0153f1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7fe3258c50de383037102129c57df5cb66ab2000 +refs/heads/master: a2050646f655a90400cbb66c3866d2e0137eee0c diff --git a/trunk/fs/xfs/xfs_error.c b/trunk/fs/xfs/xfs_error.c index 07bf3b9815f5..35d3f5b041dd 100644 --- a/trunk/fs/xfs/xfs_error.c +++ b/trunk/fs/xfs/xfs_error.c @@ -178,7 +178,7 @@ xfs_corruption_error( inst_t *ra) { if (level <= xfs_error_level) - xfs_hex_dump(p, 16); + xfs_hex_dump(p, 64); xfs_error_report(tag, level, mp, filename, linenum, ra); xfs_alert(mp, "Corruption detected. Unmount and run xfs_repair"); }