xfs: convert DM ops to use unsigned char names
authorDave Chinner <david@fromorbit.com>
Tue, 19 Jan 2010 23:47:08 +0000 (10:47 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 19 Jan 2010 23:47:08 +0000 (10:47 +1100)
commit046ea753130fc51d885835458bf8c1d84765b9ac
tree16cbba96c2db1b23fd0eed5aebbc1993df920426
parente2bcd936eb95d0019ca5e05f9fdd27e770ddded1
xfs: convert DM ops to use unsigned char names

dmops uses a signed char for it's namespace event. To be consistent
with the rest of the code, convert them to unsigned char for the
namespace string.

Signed-off-by: Dave Chinner <david@fromorbit.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/xfs_mount.h
fs/xfs/xfs_vnodeops.c