diff options
author | Eric Sandeen <sandeen@sandeen.net> | 2009-01-01 16:40:10 -0600 |
---|---|---|
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | 2009-01-09 15:46:16 +1100 |
commit | 9800b550355e99c9bcaba7ec6540751dce0823d7 (patch) | |
tree | 2002aefbe3b9816b151a505555c2787263cf1ad0 /fs/xfs/xfs_acl.h | |
parent | c9a98553d513dfc82cdce869970d5662c1f22c68 (diff) | |
download | linux-9800b550355e99c9bcaba7ec6540751dce0823d7.tar.bz2 |
[XFS] Remove several unused typedefs.
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Reviewed-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_acl.h')
-rw-r--r-- | fs/xfs/xfs_acl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_acl.h b/fs/xfs/xfs_acl.h index a4e293b93efa..642f1db4def4 100644 --- a/fs/xfs/xfs_acl.h +++ b/fs/xfs/xfs_acl.h @@ -22,7 +22,6 @@ * Access Control Lists */ typedef __uint16_t xfs_acl_perm_t; -typedef __int32_t xfs_acl_type_t; typedef __int32_t xfs_acl_tag_t; typedef __int32_t xfs_acl_id_t; |