more patches
[linux-2.6.git] / linux-2.6-570-tagxid.patch
1 diff --git a/fs/ext2/super.c b/fs/ext2/super.c
2 index 4e77a8d..761112e 100644
3 --- a/fs/ext2/super.c
4 +++ b/fs/ext2/super.c
5 @@ -412,6 +412,7 @@ static const match_table_t tokens = {
6         {Opt_noacl, "noacl"},
7         {Opt_xip, "xip"},
8         {Opt_tag, "tag"},
9 +       {Opt_tag, "tagxid"},
10         {Opt_notag, "notag"},
11         {Opt_tagid, "tagid=%u"},
12         {Opt_grpquota, "grpquota"},
13 diff --git a/fs/ext3/super.c b/fs/ext3/super.c
14 index bb3eccb..8cac842 100644
15 --- a/fs/ext3/super.c
16 +++ b/fs/ext3/super.c
17 @@ -857,6 +857,7 @@ static const match_table_t tokens = {
18         {Opt_barrier, "barrier=%u"},
19         {Opt_resize, "resize"},
20         {Opt_tag, "tag"},
21 +       {Opt_tag, "tagxid"},
22         {Opt_notag, "notag"},
23         {Opt_tagid, "tagid=%u"},
24         {Opt_err, NULL},
25 diff --git a/fs/ext4/super.c b/fs/ext4/super.c
26 index 8fca488..fb00364 100644
27 --- a/fs/ext4/super.c
28 +++ b/fs/ext4/super.c
29 @@ -1179,6 +1179,7 @@ static const match_table_t tokens = {
30         {Opt_discard, "discard"},
31         {Opt_nodiscard, "nodiscard"},
32         {Opt_tag, "tag"},
33 +       {Opt_tag, "tagxid"},
34         {Opt_notag, "notag"},
35         {Opt_tagid, "tagid=%u"},
36         {Opt_err, NULL},
37 diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c
38 index fa2baad..e28e02f 100644
39 --- a/fs/ocfs2/super.c
40 +++ b/fs/ocfs2/super.c
41 @@ -201,6 +201,7 @@ static const match_table_t tokens = {
42         {Opt_usrquota, "usrquota"},
43         {Opt_grpquota, "grpquota"},
44         {Opt_tag, "tag"},
45 +       {Opt_tag, "tagxid"},
46         {Opt_notag, "notag"},
47         {Opt_tagid, "tagid=%u"},
48         {Opt_err, NULL}