Skip to content

Commit

Permalink
[XFS] Remove several unused typedefs.
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Reviewed-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
  • Loading branch information
Eric Sandeen authored and Lachlan McIlroy committed Jan 9, 2009
1 parent c9a9855 commit 9800b55
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions fs/xfs/linux-2.6/xfs_aops.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
extern struct workqueue_struct *xfsdatad_workqueue;
extern mempool_t *xfs_ioend_pool;

typedef void (*xfs_ioend_func_t)(void *);

/*
* xfs_ioend struct manages large extent writes for XFS.
* It can manage several multi-page bio's at once.
Expand Down
1 change: 0 additions & 1 deletion fs/xfs/xfs_acl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 0 additions & 2 deletions fs/xfs/xfs_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ typedef __uint64_t xfs_fileoff_t; /* block number in a file */
typedef __int64_t xfs_sfiloff_t; /* signed block number in a file */
typedef __uint64_t xfs_filblks_t; /* number of blocks in a file */

typedef __uint8_t xfs_arch_t; /* architecture of an xfs fs */

/*
* Null values for the types.
*/
Expand Down

0 comments on commit 9800b55

Please sign in to comment.