Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125844
b: refs/heads/master
c: b86c86f
h: refs/heads/master
v: v3
  • Loading branch information
Mark Fasheh committed Jan 5, 2009
1 parent 61e1db3 commit 6f26e51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: e97fcd95a4778a8caf1980c6c72fdf68185a0838
refs/heads/master: b86c86fa1feb50221dc16071ae5b8a4acf3bd32c
5 changes: 2 additions & 3 deletions trunk/fs/ocfs2/buffer_head_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@
/*
* Bits on bh->b_state used by ocfs2.
*
* These MUST be after the JBD2 bits. Currently BH_Unshadow is the last
* JBD2 bit.
* These MUST be after the JBD2 bits. Hence, we use BH_JBDPrivateStart.
*/
enum ocfs2_state_bits {
BH_NeedsValidate = BH_Unshadow + 1,
BH_NeedsValidate = BH_JBDPrivateStart,
};

/* Expand the magic b_state functions */
Expand Down

0 comments on commit 6f26e51

Please sign in to comment.