From bbda98b153845ff72b3a400249f930dbe5a0b07c Mon Sep 17 00:00:00 2001 From: Mark Fasheh Date: Tue, 25 Nov 2008 17:42:31 -0500 Subject: [PATCH] --- yaml --- r: 127929 b: refs/heads/master c: 171bbfbeab7730031eec8025341401fabe540bd5 h: refs/heads/master i: 127927: 6a0488ad18365c19d143bf2119e102786aa74b32 v: v3 --- [refs] | 2 +- trunk/include/linux/jbd2.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 73f1dcb974fc..9899a3b4841d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 25f1ee3aba17584ba4810da892175acab7fff9c8 +refs/heads/master: 171bbfbeab7730031eec8025341401fabe540bd5 diff --git a/trunk/include/linux/jbd2.h b/trunk/include/linux/jbd2.h index c7d106ef22e2..f36645745489 100644 --- a/trunk/include/linux/jbd2.h +++ b/trunk/include/linux/jbd2.h @@ -329,6 +329,7 @@ enum jbd_state_bits { BH_State, /* Pins most journal_head state */ BH_JournalHead, /* Pins bh->b_private and jh->b_bh */ BH_Unshadow, /* Dummy bit, for BJ_Shadow wakeup filtering */ + BH_JBDPrivateStart, /* First bit available for private use by FS */ }; BUFFER_FNS(JBD, jbd)