commit | ac8ba50f6be4a3ab49a2ad2cb676422af4ebaf8a | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Jul 08 14:35:13 2011 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Fri Jul 08 14:35:13 2011 +0200 |
tree | 7f08e8da5a8ae0e39df616faff5c94f2c386b46c | |
parent | 8bc387875870c87087f138741f456983cbc54660 [diff] |
xfs: kill struct xfs_dir2_sf The list field of it is never cactually used, so all uses can simply be replaced with the xfs_dir2_sf_hdr_t type that it has as first member. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Alex Elder <aelder@sgi.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>