Whamcloud - gitweb
- chaos-2.4.18 series have right ext3-no-write-super patch now
authoralex <alex>
Sun, 24 Aug 2003 17:38:16 +0000 (17:38 +0000)
committeralex <alex>
Sun, 24 Aug 2003 17:38:16 +0000 (17:38 +0000)
lustre/kernel_patches/patches/ext3-no-write-super-chaos.patch [new file with mode: 0644]
lustre/kernel_patches/pc/ext3-no-write-super-chaos.pc [new file with mode: 0644]

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 (file)
index 0000000..37a5d7a
--- /dev/null
@@ -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 (file)
index 0000000..08795de
--- /dev/null
@@ -0,0 +1 @@
+fs/ext3/super.c