]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
xfs: kill struct xfs_dir2_sf
authorChristoph Hellwig <hch@lst.de>
Fri, 8 Jul 2011 12:35:13 +0000 (14:35 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 8 Jul 2011 12:35:13 +0000 (14:35 +0200)
commitac8ba50f6be4a3ab49a2ad2cb676422af4ebaf8a
tree7f08e8da5a8ae0e39df616faff5c94f2c386b46c
parent8bc387875870c87087f138741f456983cbc54660
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>
fs/xfs/xfs_dir2.c
fs/xfs/xfs_dir2_block.c
fs/xfs/xfs_dir2_sf.c
fs/xfs/xfs_dir2_sf.h