提交 61c1e689 编写于 作者: C Christoph Hellwig 提交者: Nathan Scott

[XFS] remove unused struct xfs_ail_ticket

SGI-PV: 919278
SGI-Modid: xfs-linux:xfs-kern:199498a
Signed-off-by: NChristoph Hellwig <hch@sgi.com>
Signed-off-by: NNathan Scott <nathans@sgi.com>
上级 fc1f8c1c
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册