search for: journal_current_handl

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

Did you mean: journal_current_handle
2004 Jul 16
1
Assertion failure in transaction.c
I am running Debian Potato with kernel 2.4.27-rc3 on a Sparc Server 20, 128MB RAM machine. After few hours I get the following error in the syslog kernel file Jul 15 01:09:25 mudshark kernel: Assertion failure in journal_stop() at transaction.c:1418: "journal_current_handle() == handle" Jul 15 01:09:25 mudshark kernel: kernel BUG at transaction.c:1418! Jul 15 01:09:25 mudshark kernel: Unable to handle kernel NULL pointer dereference Jul 15 01:09:25 mudshark kernel: tsk->{mm,active_mm}->context = 000000dd Jul 15 01:09:25 mudshark kernel: tsk->{mm,act...
2003 Apr 18
2
kjournald panic in 2.4.20 RedHat 7.2
...04 107456104 42% /mnt/sda4 [*ROOT* mofo /mnt/sda1/mysql/fd 643 ] mv oldmail/* /mnt/sda4/mgh/oldmysqllogs/ Segmentation fault [*ROOT* mofo /mnt/sda1/mysql/fd 644 ] Message from syslogd@mofo at Thu Apr 17 21:40:13 2003 ... mofo kernel: Assertion failure in journal_stop() at transaction.c:1384: "journal_current_handle() == handle" [*ROOT* mofo /mnt/sda1/mysql/fd 644 ] [*ROOT* mofo /mnt/sda1/mysql/fd 644 ] fg Anything accessing /mnt/sda4 hung at this point (smbd among others) and I could not cleanly shutdown the machine. Finally a umount -km /mnt/sda3 (not sda4) killed lots of procs, among them sshd and i...
2001 Nov 05
1
Ext3 compile problem on 2.4.13
...13/include/linux/jbd.h:241: (Each undeclared identifier is reported only once /src/linux-2.4.13/include/linux/jbd.h:241: for each function it appears in.) /src/linux-2.4.13/include/linux/jbd.h:242: warning: control reaches end of non-void function /src/linux-2.4.13/include/linux/jbd.h: In function `journal_current_handle': /src/linux-2.4.13/include/linux/jbd.h:624: structure has no member named `journal_info' /src/linux-2.4.13/include/linux/jbd.h:625: warning: control reaches end of non-void function make[2]: *** [sysctl.o] Error 1 make[2]: Leaving directory `/src/linux-2.4.13/kernel' make[1]: *** [fir...
2010 Aug 04
6
[PATCH -v2 0/3] jbd2 scalability patches
This version fixes three bugs in the 2nd patch of this series that caused kernel BUG when the system was under race. We weren't accounting with t_oustanding_credits correctly, and there were race conditions caused by the fact the I had overlooked the fact that __jbd2_log_wait_for_space() and jbd2_get_transaction() requires j_state_lock to be write locked. Theodore Ts'o (3): jbd2: Use
2003 Apr 18
0
kjournald panic in 2.4.20
...04 107456104 42% /mnt/sda4 [*ROOT* mofo /mnt/sda1/mysql/fd 643 ] mv oldmail/* /mnt/sda4/mgh/oldmysqllogs/ Segmentation fault [*ROOT* mofo /mnt/sda1/mysql/fd 644 ] Message from syslogd@mofo at Thu Apr 17 21:40:13 2003 ... mofo kernel: Assertion failure in journal_stop() at transaction.c:1384: "journal_current_handle() == handle" [*ROOT* mofo /mnt/sda1/mysql/fd 644 ] [*ROOT* mofo /mnt/sda1/mysql/fd 644 ] fg Anything accessing /mnt/sda4 hung at this point (smbd among others) and I could not cleanly shutdown the machine. Finally a umount -km /mnt/sda3 (not sda4) killed lots of procs, among them sshd and i...
2009 Jan 12
5
[PATCH 0/5] OCFS2 quota fixes
Hello, the following series of patches fixes some issues with OCFS2 quotas. The first patch modifies VFS quota locking, the next patch uses the fact to simplify OCFS2 quota locking and solves a few deadlock issues. The third and the fourth patches fix another possible deadlocks in OCFS2 quota code and the last patch is a minor cleanup. Honza
2008 Dec 22
56
[git patches] Ocfs2 patches for merge window, batch 2/3
Hi, This is the second batch of Ocfs2 patches intended for the merge window. The 1st batch were sent out previously: http://lkml.org/lkml/2008/12/19/280 The bulk of this set is comprised of Jan Kara's patches to add quota support to Ocfs2. Many of the quota patches are to generic code, which I carried to make merging of the Ocfs2 support easier. All of the non-ocfs2 patches should have