summaryrefslogtreecommitdiff
path: root/include/linux/buffer_head.h
diff options
context:
space:
mode:
authorAndrew Morton <akpm@zip.com.au>2002-05-27 05:14:22 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2002-05-27 05:14:22 -0700
commit28ea30f77159408767ca45b7e0976abc5fbf062b (patch)
treef635a8bb468ae7e4d75fc2d6b0ed6b2c7c785729 /include/linux/buffer_head.h
parentca9272212f988b006d3db5ee594767aeca5e3c67 (diff)
[PATCH] move BH_JBD out of buffer_head.h
For historical reasons, ext3 has a private BH state bit which has global scope. This patch moves it inside ext3.
Diffstat (limited to 'include/linux/buffer_head.h')
-rw-r--r--include/linux/buffer_head.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/buffer_head.h b/include/linux/buffer_head.h
index 402a3af8c41e..9bcb2b34df84 100644
--- a/include/linux/buffer_head.h
+++ b/include/linux/buffer_head.h
@@ -23,7 +23,6 @@ enum bh_state_bits {
BH_Async_Read, /* Is under end_buffer_async_read I/O */
BH_Async_Write, /* Is under end_buffer_async_write I/O */
- BH_JBD, /* Has an attached ext3 journal_head */
BH_Boundary, /* Block is followed by a discontiguity */
BH_PrivateStart,/* not a state bit, but the first bit available
* for private allocation by other entities