Displaying 1 result from an estimated 1 matches for "bj_type".
Did you mean:
br_type
2001 Apr 19
1
0.0.6b conflict with raid patch
...fer superceded by this transaction */
+#define BJ_IO 4 /* Buffer is for temporary IO use */
+#define BJ_Shadow 5 /* Buffer contents being shadowed to the log */
+#define BJ_LogCtl 6 /* Buffer contains log descriptors */
+#define BJ_Reserved 7 /* Buffer is reserved for access by journal */
+#define BJ_Types 8
/*
* Try to keep the most commonly used fields in single cache lines (16
These two hunks obviously conflict. A quick inspection reveals that the
BH* constants are used in the b_state member of the struct buffer_head
which is defined to be an unsigned long. It seems to be that simply
lea...