diff options
Diffstat (limited to 'fs/ocfs2/buffer_head_io.c')
-rw-r--r-- | fs/ocfs2/buffer_head_io.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/ocfs2/buffer_head_io.c b/fs/ocfs2/buffer_head_io.c index 0e9eed0c223..15c8e6deee2 100644 --- a/fs/ocfs2/buffer_head_io.c +++ b/fs/ocfs2/buffer_head_io.c | |||
@@ -42,11 +42,10 @@ | |||
42 | /* | 42 | /* |
43 | * Bits on bh->b_state used by ocfs2. | 43 | * Bits on bh->b_state used by ocfs2. |
44 | * | 44 | * |
45 | * These MUST be after the JBD2 bits. Currently BH_Unshadow is the last | 45 | * These MUST be after the JBD2 bits. Hence, we use BH_JBDPrivateStart. |
46 | * JBD2 bit. | ||
47 | */ | 46 | */ |
48 | enum ocfs2_state_bits { | 47 | enum ocfs2_state_bits { |
49 | BH_NeedsValidate = BH_Unshadow + 1, | 48 | BH_NeedsValidate = BH_JBDPrivateStart, |
50 | }; | 49 | }; |
51 | 50 | ||
52 | /* Expand the magic b_state functions */ | 51 | /* Expand the magic b_state functions */ |