summaryrefslogtreecommitdiff
path: root/include/linux/jbd.h
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-04-12 01:06:19 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-04-12 01:06:19 -0700
commitc28abd70dfe80c4806d0b39fa7314aa50754dbf3 (patch)
treebb368c020220a98bd4739c29af77a5ca42c3be7c /include/linux/jbd.h
parentd0d15d849f62d00edbc95de914f3bc655d3b8f7b (diff)
[PATCH] JBD: BH_Revoke cleanup
Use the bh bit test/set infrastructure rather than open-coding everything. No functional changes.
Diffstat (limited to 'include/linux/jbd.h')
-rw-r--r--include/linux/jbd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/jbd.h b/include/linux/jbd.h
index e9f6c69f79db..0a625c3cd38b 100644
--- a/include/linux/jbd.h
+++ b/include/linux/jbd.h
@@ -305,6 +305,10 @@ BUFFER_FNS(JBD, jbd)
BUFFER_FNS(JWrite, jwrite)
BUFFER_FNS(JBDDirty, jbddirty)
TAS_BUFFER_FNS(JBDDirty, jbddirty)
+BUFFER_FNS(Revoked, revoked)
+TAS_BUFFER_FNS(Revoked, revoked)
+BUFFER_FNS(RevokeValid, revokevalid)
+TAS_BUFFER_FNS(RevokeValid, revokevalid)
BUFFER_FNS(Freed, freed)
static inline struct buffer_head *jh2bh(struct journal_head *jh)