Setting tag linux-2.6-27-38
[linux-2.6.git] / linux-2.6-570-tagxid.patch
1 diff -NurpP --exclude '*.orig' --exclude '*.rej' linux-2.6.27.10-vs2.3.x-P/fs/ext2/super.c linux-2.6.27.10-vs2.3.x-P570/fs/ext2/super.c
2 --- linux-2.6.27.10-vs2.3.x-P/fs/ext2/super.c   2008-10-13 14:54:20.000000000 +0200
3 +++ linux-2.6.27.10-vs2.3.x-P570/fs/ext2/super.c        2009-01-12 01:18:23.000000000 +0100
4 @@ -420,6 +420,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 -NurpP --exclude '*.orig' --exclude '*.rej' linux-2.6.27.10-vs2.3.x-P/fs/ext3/super.c linux-2.6.27.10-vs2.3.x-P570/fs/ext3/super.c
13 --- linux-2.6.27.10-vs2.3.x-P/fs/ext3/super.c   2008-11-17 18:20:41.000000000 +0100
14 +++ linux-2.6.27.10-vs2.3.x-P570/fs/ext3/super.c        2009-01-12 01:18:23.000000000 +0100
15 @@ -809,6 +809,7 @@ static match_table_t tokens = {
16         {Opt_barrier, "barrier=%u"},
17         {Opt_resize, "resize"},
18         {Opt_tag, "tag"},
19 +       {Opt_tag, "tagxid"},
20         {Opt_notag, "notag"},
21         {Opt_tagid, "tagid=%u"},
22         {Opt_err, NULL},
23 diff -NurpP --exclude '*.orig' --exclude '*.rej' linux-2.6.27.10-vs2.3.x-P/fs/ext4/super.c linux-2.6.27.10-vs2.3.x-P570/fs/ext4/super.c
24 --- linux-2.6.27.10-vs2.3.x-P/fs/ext4/super.c   2008-12-08 04:52:52.000000000 +0100
25 +++ linux-2.6.27.10-vs2.3.x-P570/fs/ext4/super.c        2009-01-12 01:18:23.000000000 +0100
26 @@ -969,6 +969,7 @@ static match_table_t tokens = {
27         {Opt_delalloc, "delalloc"},
28         {Opt_nodelalloc, "nodelalloc"},
29         {Opt_tag, "tag"},
30 +       {Opt_tag, "tagxid"},
31         {Opt_notag, "notag"},
32         {Opt_tagid, "tagid=%u"},
33         {Opt_err, NULL},
34 diff -NurpP --exclude '*.orig' --exclude '*.rej' linux-2.6.27.10-vs2.3.x-P/fs/ocfs2/super.c linux-2.6.27.10-vs2.3.x-P570/fs/ocfs2/super.c
35 --- linux-2.6.27.10-vs2.3.x-P/fs/ocfs2/super.c  2008-10-13 14:54:20.000000000 +0200
36 +++ linux-2.6.27.10-vs2.3.x-P570/fs/ocfs2/super.c       2009-01-12 01:18:23.000000000 +0100
37 @@ -175,6 +175,7 @@ static match_table_t tokens = {
38         {Opt_localflocks, "localflocks"},
39         {Opt_stack, "cluster_stack=%s"},
40         {Opt_tag, "tag"},
41 +       {Opt_tag, "tagxid"},
42         {Opt_notag, "notag"},
43         {Opt_tagid, "tagid=%u"},
44         {Opt_err, NULL}