From 4ef6d87c89a8587554d2a37b9079acb495fe0418 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 24 Aug 2003 17:38:16 +0000 Subject: [PATCH] - chaos-2.4.18 series have right ext3-no-write-super patch now --- .../patches/ext3-no-write-super-chaos.patch | 15 +++++++++++++++ lustre/kernel_patches/pc/ext3-no-write-super-chaos.pc | 1 + 2 files changed, 16 insertions(+) create mode 100644 lustre/kernel_patches/patches/ext3-no-write-super-chaos.patch create mode 100644 lustre/kernel_patches/pc/ext3-no-write-super-chaos.pc diff --git a/lustre/kernel_patches/patches/ext3-no-write-super-chaos.patch b/lustre/kernel_patches/patches/ext3-no-write-super-chaos.patch new file mode 100644 index 0000000..37a5d7a --- /dev/null +++ b/lustre/kernel_patches/patches/ext3-no-write-super-chaos.patch @@ -0,0 +1,15 @@ + fs/ext3/super.c | 1 - + 1 files changed, 1 deletion(-) + +--- linux-2.4.18-chaos/fs/ext3/super.c~ext3-no-write-super-chaos 2003-08-24 21:34:53.000000000 +0400 ++++ linux-2.4.18-chaos-alexey/fs/ext3/super.c 2003-08-24 21:40:47.000000000 +0400 +@@ -1818,7 +1818,6 @@ void ext3_write_super (struct super_bloc + if (down_trylock(&sb->s_lock) == 0) + BUG(); + sb->s_dirt = 0; +- log_start_commit(EXT3_SB(sb)->s_journal, NULL); + } + + static int ext3_sync_fs(struct super_block *sb) + +_ diff --git a/lustre/kernel_patches/pc/ext3-no-write-super-chaos.pc b/lustre/kernel_patches/pc/ext3-no-write-super-chaos.pc new file mode 100644 index 0000000..08795de --- /dev/null +++ b/lustre/kernel_patches/pc/ext3-no-write-super-chaos.pc @@ -0,0 +1 @@ +fs/ext3/super.c -- 1.8.3.1