commit | c2066e2662070e794f57a96a129c42575e77cfcb | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Jul 08 14:35:38 2011 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Fri Jul 08 14:35:38 2011 +0200 |
tree | c1261009d7482af80db1b554a96b5a62f35b4877 | |
parent | a64b04179735de6bfd9f00c130a68ed7f20d18ef [diff] |
xfs: avoid usage of struct xfs_dir2_data In most places we can simply pass around and use the struct xfs_dir2_data_hdr, which is the first and most important member of struct xfs_dir2_data instead of the full structure. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Alex Elder <aelder@sgi.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>