diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-04-12 01:06:19 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-04-12 01:06:19 -0700 |
| commit | c28abd70dfe80c4806d0b39fa7314aa50754dbf3 (patch) | |
| tree | bb368c020220a98bd4739c29af77a5ca42c3be7c /include/linux/jbd.h | |
| parent | d0d15d849f62d00edbc95de914f3bc655d3b8f7b (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.h | 4 |
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) |
