From cf9f5a04fb0fa17a705d648eec571160728f06b3 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Wed, 2 Nov 2005 11:44:57 +1100 Subject: [PATCH] --- yaml --- r: 12199 b: refs/heads/master c: 61c1e689fbde7cb50a76262bba190715d86beab6 h: refs/heads/master i: 12197: c67032af81867c64fc69ac430ae667bd42af15d7 12195: 78a6acea788313d23de24deca730d6f4d9040a35 12191: 8b516eea4340bdd11eccf651d2077c2a168f2dce v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_trans.h | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/[refs] b/[refs] index ca4c5e4ff7b2..d7102582812e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fc1f8c1ca373dc88dd6e8c0e8b7de0e6ad95d441 +refs/heads/master: 61c1e689fbde7cb50a76262bba190715d86beab6 diff --git a/trunk/fs/xfs/xfs_trans.h b/trunk/fs/xfs/xfs_trans.h index 0cc7af5c1f00..0f333fba187c 100644 --- a/trunk/fs/xfs/xfs_trans.h +++ b/trunk/fs/xfs/xfs_trans.h @@ -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 */