ceph: hex dump corrupt server data to KERN_DEBUG

Also, print fsid using standard format, NOT hex dump.

Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
Sage Weil
2009-12-14 15:13:47 -08:00
parent 93c20d98c2
commit 9ec7cab14e
10 changed files with 41 additions and 7 deletions

View File

@@ -877,6 +877,7 @@ split_skip_inode:
bad:
pr_err("corrupt snap message from mds%d\n", mds);
ceph_msg_dump(msg);
out:
if (locked_rwsem)
up_write(&mdsc->snap_rwsem);