Displaying 3 results from an estimated 3 matches for "bh_wait_io".
2001 Apr 19
1
0.0.6b conflict with raid patch
...patch includes the following
hunk:
--- linux/include/linux/fs.h.orig Tue Jan 16 13:30:09 2001
+++ linux/include/linux/fs.h Tue Jan 16 13:47:18 2001
@@ -191,6 +191,7 @@
#define BH_Req 3 /* 0 if the buffer has been invalidated */
#define BH_Protected 6 /* 1 if the buffer is protected */
#define BH_Wait_IO 7 /* 1 if we should throttle on this buffer */
+#define BH_LowPrio 8 /* 1 if the buffer is lowprio */
/*
* Try to keep the most commonly used fields in single cache lines (16
ext3 0.0.6b has the following hunk in it:
--- linux-2.2.19pre14.ext3-0.0.6b/include/linux/fs.h.~1~ Wed Feb 21 20:00...
2001 Jul 13
0
0.0.7a + rh2.2.19: help solve rejects
...atch
--- 197,221 ----
#define BH_Req 3 /* 0 if the buffer has been invalidated */
#define BH_Protected 6 /* 1 if the buffer is protected */
#define BH_Req 3 /* 0 if the buffer has been invalidated */
#define BH_Protected 6 /* 1 if the buffer is protected */
#define BH_Wait_IO 7 /* 1 if we should throttle on this buffer */
+ #define BH_Temp 8 /* 1 if the buffer is temporary (unlinked) */
+ #define BH_JWrite 9 /* 1 if being written to log (@@@ DEBUGGING) */
+ #define BH_QuickFree 10 /* 1 if alloced and freed quickly (see below)*/
+ #define BH_Alloced 1...
2001 Jul 29
1
2.2.19/0.0.7a: bonnie -> VM problems
...ing to free free buffer\n");
+ J_ASSERT(buf->b_count > 0);
*(int *)0 = 0; <== This is RH specific, I chose to put J_ASSERT before it
}
2)
+1 to all added stuff
include/linux/fs.h
@@ -192,6 +192,25 @@
#define BH_Protected 6 /* 1 if the buffer is protected */
#define BH_Wait_IO 7 /* 1 if we should throttle on this buffer */
#define BH_LowPrio 8 /* 1 if the buffer is lowprio */
+#define BH_Temp 9 /* 1 if the buffer is temporary (unlinked) */
+#define BH_JWrite 10 /* 1 if being written to log (@@@ DEBUGGING) */
+#define BH_QuickFree 11 /* 1 if alloced and...