Setting tag linux-2.6-32-36
[linux-2.6.git] / linux-2.6-570-tagxid.patch
1 From 4b2f69dc4b287b20c5a9f37110b369946718e2e2 Mon Sep 17 00:00:00 2001
2 From: S.Çağlar Onur <caglar@cs.princeton.edu>
3 Date: Tue, 7 Dec 2010 11:08:52 -0500
4 Subject: [PATCH] linux-2.6-570-tagxid.patch
5
6 ---
7  fs/ext2/super.c  |    1 +
8  fs/ext3/super.c  |    1 +
9  fs/ext4/super.c  |    1 +
10  fs/ocfs2/super.c |    1 +
11  4 files changed, 4 insertions(+), 0 deletions(-)
12
13 diff --git a/fs/ext2/super.c b/fs/ext2/super.c
14 index 4e77a8d..761112e 100644
15 --- a/fs/ext2/super.c
16 +++ b/fs/ext2/super.c
17 @@ -412,6 +412,7 @@ static const match_table_t tokens = {
18         {Opt_noacl, "noacl"},
19         {Opt_xip, "xip"},
20         {Opt_tag, "tag"},
21 +       {Opt_tag, "tagxid"},
22         {Opt_notag, "notag"},
23         {Opt_tagid, "tagid=%u"},
24         {Opt_grpquota, "grpquota"},
25 diff --git a/fs/ext3/super.c b/fs/ext3/super.c
26 index 7731229..2adda9b 100644
27 --- a/fs/ext3/super.c
28 +++ b/fs/ext3/super.c
29 @@ -865,6 +865,7 @@ static const match_table_t tokens = {
30         {Opt_nobarrier, "nobarrier"},
31         {Opt_resize, "resize"},
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/ext4/super.c b/fs/ext4/super.c
38 index ae8a8ed..c80f173 100644
39 --- a/fs/ext4/super.c
40 +++ b/fs/ext4/super.c
41 @@ -1217,6 +1217,7 @@ static const match_table_t tokens = {
42         {Opt_discard, "discard"},
43         {Opt_nodiscard, "nodiscard"},
44         {Opt_tag, "tag"},
45 +       {Opt_tag, "tagxid"},
46         {Opt_notag, "notag"},
47         {Opt_tagid, "tagid=%u"},
48         {Opt_err, NULL},
49 diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c
50 index fa2baad..e28e02f 100644
51 --- a/fs/ocfs2/super.c
52 +++ b/fs/ocfs2/super.c
53 @@ -201,6 +201,7 @@ static const match_table_t tokens = {
54         {Opt_usrquota, "usrquota"},
55         {Opt_grpquota, "grpquota"},
56         {Opt_tag, "tag"},
57 +       {Opt_tag, "tagxid"},
58         {Opt_notag, "notag"},
59         {Opt_tagid, "tagid=%u"},
60         {Opt_err, NULL}
61 -- 
62 1.5.4.3
63