From 61e1db35edec0e136aa61db7ee0adf310701bebf Mon Sep 17 00:00:00 2001 From: Mark Fasheh Date: Tue, 18 Nov 2008 17:15:24 -0800 Subject: [PATCH] --- yaml --- r: 125843 b: refs/heads/master c: e97fcd95a4778a8caf1980c6c72fdf68185a0838 h: refs/heads/master i: 125841: f01d761e94212dd2f9d188999391c06fed566e4a 125839: d838ccf45b1f01c1740cf6d37ffd4a6fe302d5c5 v: v3 --- [refs] | 2 +- trunk/include/linux/jbd2.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index ee89c01a842a..8b09d0c86869 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 19ece546a418997226bd91552fbc41abcb05cea6 +refs/heads/master: e97fcd95a4778a8caf1980c6c72fdf68185a0838 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)