Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / kernel_patches / patches / ext3-no-write-super-chaos.patch
1  fs/ext3/super.c |    1 -
2  1 files changed, 1 deletion(-)
3
4 --- linux-2.4.18-chaos/fs/ext3/super.c~ext3-no-write-super-chaos        2003-08-24 21:34:53.000000000 +0400
5 +++ linux-2.4.18-chaos-alexey/fs/ext3/super.c   2003-08-24 21:40:47.000000000 +0400
6 @@ -1818,7 +1818,6 @@ void ext3_write_super (struct super_bloc
7         if (down_trylock(&sb->s_lock) == 0)
8                 BUG();
9         sb->s_dirt = 0;
10 -       log_start_commit(EXT3_SB(sb)->s_journal, NULL);
11  }
12  
13  static int ext3_sync_fs(struct super_block *sb)
14
15 _