Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 12199
b: refs/heads/master
c: 61c1e68
h: refs/heads/master
i:
  12197: c67032a
  12195: 78a6ace
  12191: 8b516ee
v: v3
  • Loading branch information
Christoph Hellwig authored and Nathan Scott committed Nov 2, 2005
1 parent 1ac4515 commit cf9f5a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fc1f8c1ca373dc88dd6e8c0e8b7de0e6ad95d441
refs/heads/master: 61c1e689fbde7cb50a76262bba190715d86beab6
13 changes: 0 additions & 13 deletions trunk/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 cf9f5a0

Please sign in to comment.