commit | 046ea753130fc51d885835458bf8c1d84765b9ac | [log] [tgz] |
---|---|---|
author | Dave Chinner <david@fromorbit.com> | Wed Jan 20 10:47:08 2010 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Wed Jan 20 10:47:08 2010 +1100 |
tree | 16cbba96c2db1b23fd0eed5aebbc1993df920426 | |
parent | e2bcd936eb95d0019ca5e05f9fdd27e770ddded1 [diff] |
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>