search for: journal_update_superblock

Displaying 4 results from an estimated 4 matches for "journal_update_superblock".

2005 Jun 14
2
[2.6 patch] fs/jbd/: possible cleanups
...(journal_t *, unsigned long, unsigned long, unsigned long); extern int journal_check_available_features (journal_t *, unsigned long, unsigned long, unsigned long); extern int journal_set_features @@ -914,7 +912,6 @@ extern int journal_skip_recovery (journal_t *); extern void journal_update_superblock (journal_t *, int); extern void __journal_abort_hard (journal_t *); -extern void __journal_abort_soft (journal_t *, int); extern void journal_abort (journal_t *, int); extern int journal_errno (journal_t *); extern void journal_ack_err (journal_t *); --- linux-2.6.12...
2005 Jul 19
1
[2.6 patch] fs/jbd/: cleanups
...16 insertions(+), 22 deletions(-) --- linux-2.6.12-rc6-mm1-full/include/linux/jbd.h.old 2005-06-14 03:58:20.000000000 +0200 +++ linux-2.6.12-rc6-mm1-full/include/linux/jbd.h 2005-06-14 04:00:56.000000000 +0200 @@ -914,7 +912,6 @@ extern int journal_skip_recovery (journal_t *); extern void journal_update_superblock (journal_t *, int); extern void __journal_abort_hard (journal_t *); -extern void __journal_abort_soft (journal_t *, int); extern void journal_abort (journal_t *, int); extern int journal_errno (journal_t *); extern void journal_ack_err (journal_t *); --- linux-2.6.12...
2001 Oct 10
2
Hi all - Kernel Opps on PowerPC
...he EXT3 patch 2.4-0.9.10-2410. Everything seems to work great, however I have been able to reproduce a crash over and over again. Here it is: #!/bin/sh mke2fs -j /dev/hda2 mount /dev/hda2 /mnt About 75% of the time, mount will result in a kernel Oops, the crash seems to be about something in journal_update_superblock()... If I put a small delay, of any kind, in bewteen the mke2fs and the mount, all things are OK. Is this another imfamous bug created by the separation of the Page and Buffer cache in 2.4.10? Just wanted to report it... Here is the PowerPC Opps, don't know if it'll tell you any more or...
2005 Apr 22
2
[2.6 patch] fs/jbd/: possible cleanups
...journal_t *, unsigned long, unsigned long, unsigned long); extern int journal_check_available_features (journal_t *, unsigned long, unsigned long, unsigned long); extern int journal_set_features @@ -914,10 +912,8 @@ extern int journal_skip_recovery (journal_t *); extern void journal_update_superblock (journal_t *, int); extern void __journal_abort_hard (journal_t *); -extern void __journal_abort_soft (journal_t *, int); extern void journal_abort (journal_t *, int); extern int journal_errno (journal_t *); -extern void journal_ack_err (journal_t *); extern int j...