Setting tag linux-2.6-22-50
[linux-2.6.git] / linux-2.6-570-tagxid.patch
1 diff -Nurp linux-2.6.22-560/fs/ext2/super.c linux-2.6.22-570/fs/ext2/super.c
2 --- linux-2.6.22-560/fs/ext2/super.c    2007-12-04 14:51:22.000000000 -0500
3 +++ linux-2.6.22-570/fs/ext2/super.c    2007-12-05 16:19:17.000000000 -0500
4 @@ -350,6 +350,7 @@ static match_table_t tokens = {
5         {Opt_noacl, "noacl"},
6         {Opt_xip, "xip"},
7         {Opt_tag, "tag"},
8 +       {Opt_tag, "tagxid"},
9         {Opt_notag, "notag"},
10         {Opt_tagid, "tagid=%u"},
11         {Opt_grpquota, "grpquota"},
12 diff -Nurp linux-2.6.22-560/fs/ext3/super.c linux-2.6.22-570/fs/ext3/super.c
13 --- linux-2.6.22-560/fs/ext3/super.c    2007-12-04 14:51:22.000000000 -0500
14 +++ linux-2.6.22-570/fs/ext3/super.c    2007-12-05 16:19:02.000000000 -0500
15 @@ -725,6 +725,7 @@ static match_table_t tokens = {
16         {Opt_usrquota, "usrquota"},
17         {Opt_barrier, "barrier=%u"},
18         {Opt_tag, "tag"},
19 +       {Opt_tag, "tagxid"},
20         {Opt_notag, "notag"},
21         {Opt_tagid, "tagid=%u"},
22         {Opt_err, NULL},
23 diff -Nurp linux-2.6.22-560/fs/ext4/super.c linux-2.6.22-570/fs/ext4/super.c
24 --- linux-2.6.22-560/fs/ext4/super.c    2007-12-04 14:51:22.000000000 -0500
25 +++ linux-2.6.22-570/fs/ext4/super.c    2007-12-05 16:19:32.000000000 -0500
26 @@ -777,6 +777,7 @@ static match_table_t tokens = {
27         {Opt_barrier, "barrier=%u"},
28         {Opt_extents, "extents"},
29         {Opt_tag, "tag"},
30 +       {Opt_tag, "tagxid"},
31         {Opt_notag, "notag"},
32         {Opt_tagid, "tagid=%u"},
33         {Opt_err, NULL},
34 diff -Nurp linux-2.6.22-560/fs/jffs2/super.c linux-2.6.22-570/fs/jffs2/super.c
35 --- linux-2.6.22-560/fs/jffs2/super.c   2007-12-04 14:51:22.000000000 -0500
36 +++ linux-2.6.22-570/fs/jffs2/super.c   2007-12-05 16:20:28.000000000 -0500
37 @@ -82,6 +82,7 @@ enum {
38  
39  static match_table_t tokens = {
40         {Opt_tag, "tag"},
41 +       {Opt_tag, "tagxid"},
42         {Opt_notag, "notag"},
43         {Opt_err, NULL}
44  };
45 diff -Nurp linux-2.6.22-560/fs/ocfs2/super.c linux-2.6.22-570/fs/ocfs2/super.c
46 --- linux-2.6.22-560/fs/ocfs2/super.c   2007-12-04 14:51:23.000000000 -0500
47 +++ linux-2.6.22-570/fs/ocfs2/super.c   2007-12-05 16:21:04.000000000 -0500
48 @@ -156,6 +156,7 @@ static match_table_t tokens = {
49         {Opt_data_writeback, "data=writeback"},
50         {Opt_atime_quantum, "atime_quantum=%u"},
51         {Opt_tag, "tag"},
52 +       {Opt_tag, "tagxid"},
53         {Opt_notag, "notag"},
54         {Opt_tagid, "tagid=%u"},
55         {Opt_err, NULL}