Messages in this thread Patch in this message |  | | Date | Thu, 29 Nov 2001 11:54:57 -0800 | From | Andrew Morton <> | Subject | Re: 2.4.14 still not making fs dirty when it should |
| |
Pavel Machek wrote: > > Hi! > > I still can mount / read/write, press reset, and not get fsck on next > reboot. That strongly suggests kernel bug to me.
aargh. I thought that was fixed. How's this look?
--- linux-2.4.17-pre1/fs/ext2/super.c Thu Nov 22 23:02:58 2001 +++ linux-akpm/fs/ext2/super.c Thu Nov 29 11:53:52 2001 @@ -311,6 +311,7 @@ static int ext2_setup_super (struct supe es->s_mnt_count=cpu_to_le16(le16_to_cpu(es->s_mnt_count) + 1); es->s_mtime = cpu_to_le32(CURRENT_TIME); mark_buffer_dirty(sb->u.ext2_sb.s_sbh); + ll_rw_block(WRITE, 1, sb->u.ext2_sb.s_sbh); sb->s_dirt = 1; if (test_opt (sb, DEBUG)) printk ("[EXT II FS %s, %s, bs=%lu, fs=%lu, gc=%lu, " - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |