Whamcloud - gitweb
b=17569
[fs/lustre-release.git] / ldiskfs / kernel_patches / patches / ext4-super-warning.patch
1 Index: linux-2.6.27.21-0.1/fs/ext4/super.c
2 ===================================================================
3 --- linux-2.6.27.21-0.1.orig/fs/ext4/super.c
4 +++ linux-2.6.27.21-0.1/fs/ext4/super.c
5 @@ -1299,7 +1299,7 @@ enum {
6         Opt_mballoc
7  };
8  
9 -static const match_table_t tokens = {
10 +static match_table_t tokens = {
11         {Opt_bsd_df, "bsddf"},
12         {Opt_minix_df, "minixdf"},
13         {Opt_grpid, "grpid"},
14