Displaying 6 results from an estimated 6 matches for "bh_revok".
Did you mean:
bh_revoked
2003 Oct 04
0
chattr +j ==> Oops
...journal.
So I tried it. Both on the new box (2.4.21-7um) and on my laptop
(about three csets shy of the v2.6.0-test6 tag).
Both bombed out in the journal.
My uml provider forwarded this from the uml console:
Assertion failure in journal_revoke() at revoke.c:329:
"!(__builtin_constant_p(BH_Revoked) ?
constant_test_bit((BH_Revoked),(&bh->b_state)) :
variable_test_bit((BH_Revoked),(&bh->b_state)))"
Kernel panic: kernel BUG at revoke.c:329!
I was able to use dmesg(1) to see the prink() the laptop generated
but was unable to copy it down. It did reference journal... and...
2001 Oct 18
3
Assertion failed
...ions... Maybe It is due
to the kernel version. Could you please inform me if must upgrade to a
more recent kernel ?
Thanks a lot
the kernel logs are :
in errors logs
Oct 18 17:31:16 tadorne kernel: Assertion failure in
journal_revoke_Rb5884a32() at revoke.c:307:
"!(__builtin_constant_p(BH_Revoked) ?
constant_test_bit((BH_Revoked),(&bh->b_state)) :
variable_test_bit((BH_Revoked),(&bh->b_state)))"
Oct 18 17:41:30 tadorne kernel: task `ip' exit_signal 17
in reparent_to_init
in warnings logs
Oct 18 17:31:16 tadorne kernel: kernel BUG at revoke.c:307!
Oct 18 17:31:16...
2001 Jul 13
0
0.0.7a + rh2.2.19: help solve rejects
...ked) */
+ #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 11 /* 1 if buffer has been allocated */
+ #define BH_Freed 12 /* 1 if buffer has been freed (truncated) */
+ #define BH_Revoked 13 /* 1 if buffer has b
===== redhat latest 2.2.19
/* bh state bits */
#define BH_Uptodate 0 /* 1 if the buffer contains valid data */
#define BH_Dirty 1 /* 1 if the buffer is dirty */
#define BH_Lock 2 /* 1 if the buffer is locked */
#define BH_Req 3 /* 0 if the buffer...
2001 Aug 02
0
ext3 0.0.7a Assertion
...or the assertion is below.
I'm gonna look into it further, just wondering if this rings any bells
with any others. :)
Thanks.
------
Message from syslogd@slippey at Thu Aug 2 15:19:37 2001 ...
slippey kernel: Assertion failure in journal_revoke() at revoke.c line
278: "!test_and_set_bit(BH_Revoked, &bh->b_state)"
ksymoops 2.3.4 on i686 2.2.18pre11-va2.9.5. Options used
-V (default)
-k /proc/ksyms (default)
-l /proc/modules (default)
-o /lib/modules/2.2.18pre11-va2.9.5/ (default)
-m /boot/System.map-2.2.18pre11-va2.9.5 (specified)
Warning (compare_map...
2001 Apr 19
1
0.0.6b conflict with raid patch
...emporary (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 11 /* 1 if buffer has been allocated */
+#define BH_Freed 12 /* 1 if buffer has been freed (truncated) */
+#define BH_Revoked 13 /* 1 if buffer has been revoked from the log */
+#define BH_RevokeValid 14 /* 1 if buffer revoked flag is valid */
+#define BH_JDirty 15 /* 1 if buffer is dirty but journaled */
+
+/* journaling buffer types */
+#define BJ_None 0 /* Not journaled */
+#define BJ_Data 1 /* Normal data: flush b...
2001 Jul 29
1
2.2.19/0.0.7a: bonnie -> VM problems
...unlinked) */
+#define BH_JWrite 10 /* 1 if being written to log (@@@ DEBUGGING) */
+#define BH_QuickFree 11 /* 1 if alloced and freed quickly (see below)*/
+#define BH_Alloced 12 /* 1 if buffer has been allocated */
+#define BH_Freed 13 /* 1 if buffer has been freed (truncated) */
+#define BH_Revoked 14 /* 1 if buffer has been revoked from the log */
+#define BH_RevokeValid 15 /* 1 if buffer revoked flag is valid */
+#define BH_JDirty 16 /* 1 if buffer is dirty but journaled */
+
+/* journaling buffer types */
+#define BJ_None 0 /* Not journaled */
+#define BJ_Data 1 /*...