Skip to content

Commit

Permalink
xfs: avoid usage of struct xfs_dir2_block
Browse files Browse the repository at this point in the history
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_block 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>
  • Loading branch information
Christoph Hellwig committed Jul 8, 2011
1 parent 78f70cd commit 4f6ae1a
Show file tree
Hide file tree
Showing 6 changed files with 106 additions and 109 deletions.
Loading

0 comments on commit 4f6ae1a

Please sign in to comment.