aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/jbd2.h
diff options
context:
space:
mode:
authorMark Fasheh <mfasheh@suse.com>2008-11-25 17:42:31 -0500
committerTheodore Ts'o <tytso@mit.edu>2008-11-25 17:42:31 -0500
commit171bbfbeab7730031eec8025341401fabe540bd5 (patch)
tree9738aa87ea0ddabfed38efde2b72b4ac75ae742b /include/linux/jbd2.h
parent25f1ee3aba17584ba4810da892175acab7fff9c8 (diff)
downloadkernel_samsung_smdk4412-171bbfbeab7730031eec8025341401fabe540bd5.zip
kernel_samsung_smdk4412-171bbfbeab7730031eec8025341401fabe540bd5.tar.gz
kernel_samsung_smdk4412-171bbfbeab7730031eec8025341401fabe540bd5.tar.bz2
jbd2: Add BH_JBDPrivateStart
Add this so that file systems using JBD2 can safely allocate unused b_state bits. In this case, we add it so that Ocfs2 can define a single bit for tracking the validation state of a buffer. Signed-off-by: Mark Fasheh <mfasheh@suse.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'include/linux/jbd2.h')
-rw-r--r--include/linux/jbd2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/jbd2.h b/include/linux/jbd2.h
index c7d106e..f366457 100644
--- a/include/linux/jbd2.h
+++ b/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)