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)