Whamcloud - gitweb
Branch b1_8
[fs/lustre-release.git] / ldiskfs / kernel_patches / patches / ext4-big-endian-check-2.6-rhel5.patch
index 0ec5670..0503d35 100644 (file)
@@ -14,16 +14,16 @@ Index: linux-2.6.18-128.1.6/fs/ext4/super.c
 @@ -1222,7 +1224,7 @@ enum {
        Opt_ignore, Opt_barrier, Opt_err, Opt_resize, Opt_usrquota,
        Opt_grpquota, Opt_extents, Opt_noextents, Opt_i_version,
-       Opt_mballoc, Opt_nomballoc, Opt_stripe,
+       Opt_inode_readahead_blks, Opt_journal_ioprio,
 -      Opt_iopen, Opt_noiopen, Opt_iopen_nopriv,
 +      Opt_iopen, Opt_noiopen, Opt_iopen_nopriv, Opt_bigendian_extents,
  };
  
  static match_table_t tokens = {
 @@ -1284,6 +1286,7 @@ static match_table_t tokens = {
-       {Opt_nomballoc, "nomballoc"},
-       {Opt_stripe, "stripe=%u"},
-       {Opt_resize, "resize"},
+       {Opt_auto_da_alloc, "auto_da_alloc=%u"},
+       {Opt_auto_da_alloc, "auto_da_alloc"},
+       {Opt_noauto_da_alloc, "noauto_da_alloc"},
 +      {Opt_bigendian_extents, "bigendian_extents"},
        {Opt_err, NULL},
  };