commit | 9a2cc41cda189bea1fb9c41ef64d19949d3b2bcd | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Thu Dec 04 09:43:17 2014 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Thu Dec 04 09:43:17 2014 +1100 |
tree | 286d916594c18e4693c436ac642abbb225f75dd7 | |
parent | 1b767ee386c5f58660ca9be70d3076f2b6484e72 [diff] |
xfs: move type conversion functions to xfs_dir.h These are currently considered private to libxfs, but they are widely used by the userspace code to decode, walk and check directory structures. Hence they really form part of the external API and as such need to bemoved to xfs_dir2.h. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dave Chinner <david@fromorbit.com>