Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140290
b: refs/heads/master
c: 96a6c64
h: refs/heads/master
v: v3
  • Loading branch information
Sunil Mushran authored and Mark Fasheh committed Apr 3, 2009
1 parent 740d91f commit a7762ec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 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: 87d3d3f3931f3e0fca44fbb5c06ad45fc4dca9bc
refs/heads/master: 96a6c64b5354b804b3ccfd1b31306565a01ebcb1
12 changes: 0 additions & 12 deletions trunk/fs/ocfs2/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,6 @@ static inline int ocfs2_wait_on_quotas(struct ocfs2_super *osb)
return __ocfs2_wait_on_mount(osb, 1);
}



/*
* The recovery_list is a simple linked list of node numbers to recover.
* It is protected by the recovery_lock.
*/

struct ocfs2_recovery_map {
unsigned int rm_used;
unsigned int *rm_entries;
};

int ocfs2_recovery_init(struct ocfs2_super *osb)
{
struct ocfs2_recovery_map *rm;
Expand Down
11 changes: 11 additions & 0 deletions trunk/fs/ocfs2/journal.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ enum ocfs2_journal_state {
struct ocfs2_super;
struct ocfs2_dinode;

/*
* The recovery_list is a simple linked list of node numbers to recover.
* It is protected by the recovery_lock.
*/

struct ocfs2_recovery_map {
unsigned int rm_used;
unsigned int *rm_entries;
};


struct ocfs2_journal {
enum ocfs2_journal_state j_state; /* Journals current state */

Expand Down

0 comments on commit a7762ec

Please sign in to comment.