From 6f26e5182375f9d766ba8a672e2aaa353da1902b Mon Sep 17 00:00:00 2001 From: Mark Fasheh Date: Tue, 18 Nov 2008 17:16:47 -0800 Subject: [PATCH] --- yaml --- r: 125844 b: refs/heads/master c: b86c86fa1feb50221dc16071ae5b8a4acf3bd32c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ocfs2/buffer_head_io.c | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 8b09d0c86869..0e018b166fe3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e97fcd95a4778a8caf1980c6c72fdf68185a0838 +refs/heads/master: b86c86fa1feb50221dc16071ae5b8a4acf3bd32c diff --git a/trunk/fs/ocfs2/buffer_head_io.c b/trunk/fs/ocfs2/buffer_head_io.c index 0e9eed0c223f..15c8e6deee2e 100644 --- a/trunk/fs/ocfs2/buffer_head_io.c +++ b/trunk/fs/ocfs2/buffer_head_io.c @@ -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 */