search for: journal_revok

Displaying 7 results from an estimated 7 matches for "journal_revok".

Did you mean: journal_revoke
2001 Aug 02
0
ext3 0.0.7a Assertion
...e local filesystem behind nfs' back. The ksymoops output for 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...
2001 Aug 14
1
[BUG] linux-2.4.7-ac7 Assertion failure in journal_revoke() at revoke.c:307
Greetings all, I have hit a kernel BUG in revoke.c in kernel 2.4.7-ac7 twice today while attempting to perform the same operation (patching stock 2.4.8 kernel src with "patch -p1 < patch-2.4.8-ac4"). Syslog entries follow. Please email me if you want/need my kernel config or any other information. Thanks, jtp
2001 Nov 14
1
Oops on 2.4.13 w/ ext3-2.4-0.9.13-2413
...003DFC 01819404 0180295C 01803E08 01804590 01801CF4 01802564 016DBA08 00000000 Warning (Oops_read): Code line not seen, dumping what data is available >>NIP; c00803f4 <journal_check_used_features+28/7c> <===== Trace; c0190000 <Unused_offset+7894/1c258> Trace; c007e2d8 <journal_revoke+40/358> Trace; c006be04 <ext3_forget+f4/184> Trace; c006ed18 <ext3_free_branches+11c/288> Trace; c006f1c0 <ext3_truncate+33c/4c0> Trace; c0025424 <vmtruncate+148/160> Trace; c00589ac <inode_setattr+34/108> Trace; c00701c8 <ext3_setattr+144/190> Trace; c0058bc...
2003 Oct 04
0
chattr +j ==> Oops
...speed on ext3, in lieu of mounting a separate fs there w/ data=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 wa...
2001 Sep 07
4
ext3-2.4-0.9.9
.../~andrewm/linux/ext3/ It's a fairly large change. The most significant parts are * the inclusion of Stephen's error-handling work, which is designed to remount the fs read-only in the presence of software and hardware errors, rather than forcing a panic. * Stephen's fix for the journal_revoke assertion failure which three people have reported. There have been two reports of a possible interaction problem with vfat where a readdir on the vfat mountpoint returns ENOTDIR when ext3 is present in the kernel. This has proved elusive and in fact has been observed on systems where ext3 was...
2007 Jun 27
1
making new initrd, how to do it?
...rno <Jun/27 03:57 pm>ext3: Unknown symbol journal_extend <Jun/27 03:57 pm>ext3: Unknown symbol journal_invalidatepage <Jun/27 03:57 pm>ext3: Unknown symbol journal_create <Jun/27 03:57 pm>ext3: Unknown symbol journal_unlock_updates <Jun/27 03:57 pm>ext3: Unknown symbol journal_revoke <Jun/27 03:57 pm>ext3: Unknown symbol journal_lock_updates <Jun/27 03:57 pm>ext3: Unknown symbol journal_start_commit <Jun/27 03:57 pm>ext3: Unknown symbol journal_flush <Jun/27 03:57 pm>ext3: Unknown symbol journal_load <Jun/27 03:57 pm>ext3: Unknown symbol journal_t...
2001 Aug 18
2
ext3 0.9.6 for kernel 2.4.9
...ead, and fatfs is assuming that its buffers are coming in with that state zeroed. If anyone can reproduce this, please send me your .config, details of mountpoints, filesystem sizes, system config, shoe size, Mother's maiden name, etc. Thanks. - Two reports of an assertion failure in journal_revoke() - where the block was already revoked. One report was from the intermezzo developers who were using `chattr +J' to enable data journalling on just part of a filesystem (I really haven't been testing this feature at all). The other reporter had never used `chattr +J'. We...