Displaying 3 results from an estimated 3 matches for "b_next_transact".
2001 Aug 23
2
EXT3 Trouble on 2.4.4
...race for buffer at 0xc02db000 (I am CPU 0)
journal_dirty_metadata() [transaction.c:1101] file as BJ_Metadata
b_state:0xb1 b_list:BUF_CLEAN b_jlist:BJ_Metadata on_lru:1
cpu:0 on_hash:1 b_count:2 b_blocknr:1
b_jbd:1 b_frozen_data:00000000 b_committed_data:00000000
b_transaction:1 b_next_transaction:0 b_cp_transaction:0 b_trans_is_running:1
b_trans_is_comitting:0 b_jcount:0 <0>
journal_dirty_metadata() [transaction.c:1106] exit
b_state:0xb1 b_list:BUF_CLEAN b_jlist:BJ_Metadata on_lru:1
cpu:0 on_hash:1 b_count:2 b_blocknr:1
b_jbd:1 b_frozen_data:00000000 b_committe...
2002 May 31
2
PATCH for filesys corruption in ext3 with data=journal
...ng trans");
__journal_insert_checkpoint(jh, commit_transaction);
JBUFFER_TRACE(jh, "refile for checkpoint writeback");
__journal_refile_buffer(jh);
} else {
+ clear_bit(BH_Freed, &bh->b_state);
J_ASSERT_BH(bh, !buffer_dirty(bh));
J_ASSERT_JH(jh, jh->b_next_transaction == NULL);
__journal_unfile_buffer(jh);
--- ./fs/jbd/transaction.c 2002/05/26 23:13:05 1.2
+++ ./fs/jbd/transaction.c 2002/05/28 09:24:45
@@ -1834,6 +1834,7 @@
* running transaction if that is set, but nothing
* else. */
JBUFFER_TRACE(jh, "on committing transaction");
+...
2001 Feb 28
1
Crash-report; 2.2.19pre14-ext3-0.0.6b
...nder quite heavy load - due to a runaway perl-script forking of some
200 instances of "/bin/cp" (the load was ~ 50). The server is running
2.2.19pre14 with ext3-0.0.6b. The server is running kernel-nfs.
Assertion failure in journal_dirty_metadata() at transaction.c line 796: "bh->b_next_transaction == transaction"
Unable to handle kernel NULL pointer dereference at virtual address 00000000
current->tss.cr3 = 07ad0000, %cr3 = 07ad0000
*pde = 00000000
Oops: 0002
CPU: 1
EIP: 0010:[<c0154731>]
EFLAGS: 00010282
eax: 00000074 ebx: cffe3c80 ecx: ca5b6000 edx: 0000003a
es...