Whamcloud - gitweb
debugfs "stat" should print unsigned values for xattrs
authorAndreas Dilger <adilger@clusterfs.com>
Wed, 21 Jun 2006 04:01:42 +0000 (00:01 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 21 Jun 2006 04:01:42 +0000 (00:01 -0400)
commitd047e073e74598ad87ee59ff309c98bbfcd8d80f
tree933cf32f601b6e80b1d3d742b4944230e32013b8
parent11181bbeb6d1b9fc536cdf040eb6e0d837a40162
debugfs "stat" should print unsigned values for xattrs

This patch changes debugfs to print unsigned chars when "stat" on an inode
finds xattrs in the inode.  Without this change, the values are printed
as signed chars, e.g. "ffffffec" instead of "ec".

Signed-off-by: Andreas Dilger <adilger@clusterfs.com>
debugfs/debugfs.c