Whamcloud - gitweb
- fixed umounting all GNS entrie son lustre umount (added umount_lustre patch)
[fs/lustre-release.git] / lustre / kernel_patches / patches / ext3-init-generation-2.6-suse.patch
1 Index: linux-2.6.0/fs/ext3/super.c
2 ===================================================================
3 --- linux-2.6.0.orig/fs/ext3/super.c    2003-12-31 16:00:58.000000000 +0300
4 +++ linux-2.6.0/fs/ext3/super.c 2004-01-03 11:25:32.000000000 +0300
5 @@ -1068,6 +1068,7 @@
6         sbi->s_mount_opt = 0;
7         sbi->s_resuid = EXT3_DEF_RESUID;
8         sbi->s_resgid = EXT3_DEF_RESGID;
9 +       sbi->s_next_generation = jiffies;
10  
11         blocksize = sb_min_blocksize(sb, EXT3_MIN_BLOCK_SIZE);
12         if (!blocksize) {