commit | a9273ca5c6814f393e18ed66645f817b2b71e9ad | [log] [tgz] |
---|---|---|
author | Dave Chinner <david@fromorbit.com> | Wed Jan 20 10:47:48 2010 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Wed Jan 20 10:47:48 2010 +1100 |
tree | 3714b7de8b233a31ea6995754f80349327738a88 | |
parent | b9c48649577dfc4a8c263c106d518effa24ea54b [diff] |
xfs: convert attr to use unsigned names To be consistent with the directory code, the attr code should use unsigned names. Convert the names from the vfs at the highest level to unsigned, and ænsure they are consistenly used as unsigned down to disk. Signed-off-by: Dave Chinner <david@fromorbit.com> Reviewed-by: Christoph Hellwig <hch@lst.de>