Skip to content

Commit

Permalink
[XFS] remove unused struct xfs_ail_ticket
Browse files Browse the repository at this point in the history
SGI-PV: 919278
SGI-Modid: xfs-linux:xfs-kern:199498a

Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Nathan Scott <[email protected]>
  • Loading branch information
Christoph Hellwig authored and natoscott committed Nov 2, 2005
1 parent fc1f8c1 commit 61c1e68
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions fs/xfs/xfs_trans.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,19 +135,6 @@ typedef struct xfs_ail_entry {
struct xfs_log_item *ail_back; /* AIL back pointer */
} xfs_ail_entry_t;

/*
* This structure is passed as a parameter to xfs_trans_push_ail()
* and is used to track the what LSN the waiting processes are
* waiting to become unused.
*/
typedef struct xfs_ail_ticket {
xfs_lsn_t at_lsn; /* lsn waitin for */
struct xfs_ail_ticket *at_forw; /* wait list ptr */
struct xfs_ail_ticket *at_back; /* wait list ptr */
sv_t at_sema; /* wait sema */
} xfs_ail_ticket_t;


typedef struct xfs_log_item {
xfs_ail_entry_t li_ail; /* AIL pointers */
xfs_lsn_t li_lsn; /* last on-disk lsn */
Expand Down

0 comments on commit 61c1e68

Please sign in to comment.