Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/aufs3/files: aufs3-standalone-x-rcN.patch aufs3-base-x-rcN.patch
Date: Mon, 30 Apr 2012 06:04:13
Message-Id: 20120430060349.7E26B2004C@flycatcher.gentoo.org
1 jlec 12/04/30 06:03:49
2
3 Modified: aufs3-standalone-x-rcN.patch aufs3-base-x-rcN.patch
4 Log:
5 sys-fs/aufs3: Version Bump
6
7 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 sys-fs/aufs3/files/aufs3-standalone-x-rcN.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/files/aufs3-standalone-x-rcN.patch?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/files/aufs3-standalone-x-rcN.patch?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/files/aufs3-standalone-x-rcN.patch?r1=1.3&r2=1.4
15
16 Index: aufs3-standalone-x-rcN.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/files/aufs3-standalone-x-rcN.patch,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- aufs3-standalone-x-rcN.patch 2 Apr 2012 07:21:11 -0000 1.3
23 +++ aufs3-standalone-x-rcN.patch 30 Apr 2012 06:03:49 -0000 1.4
24 @@ -26,10 +26,10 @@
25 /*
26 * Empty aops. Can be used for the cases where the user does not
27 diff --git a/fs/namei.c b/fs/namei.c
28 -index b9b8b85..0fa6752 100644
29 +index 80bb0b9..3430ad3 100644
30 --- a/fs/namei.c
31 +++ b/fs/namei.c
32 -@@ -1908,6 +1908,7 @@ struct dentry *lookup_hash(struct nameidata *nd)
33 +@@ -1835,6 +1835,7 @@ struct dentry *lookup_hash(struct nameidata *nd)
34 {
35 return __lookup_hash(&nd->last, nd->path.dentry, nd);
36 }
37 @@ -111,7 +111,7 @@
38 static int fsnotify_mark_destroy(void *ignored)
39 {
40 diff --git a/fs/open.c b/fs/open.c
41 -index 77becc0..f634f02 100644
42 +index 5720854..ec59242 100644
43 --- a/fs/open.c
44 +++ b/fs/open.c
45 @@ -60,6 +60,7 @@ int do_truncate(struct dentry *dentry, loff_t length, unsigned int time_attrs,
46 @@ -123,10 +123,10 @@
47 static long do_sys_truncate(const char __user *pathname, loff_t length)
48 {
49 diff --git a/fs/splice.c b/fs/splice.c
50 -index 4f786e3..84e5c7b 100644
51 +index f871233..70f5481 100644
52 --- a/fs/splice.c
53 +++ b/fs/splice.c
54 -@@ -1105,6 +1105,7 @@ long do_splice_from(struct pipe_inode_info *pipe, struct file *out,
55 +@@ -1108,6 +1108,7 @@ long do_splice_from(struct pipe_inode_info *pipe, struct file *out,
56
57 return splice_write(pipe, out, ppos, len, flags);
58 }
59 @@ -134,7 +134,7 @@
60
61 /*
62 * Attempt to initiate a splice from a file to a pipe.
63 -@@ -1131,6 +1132,7 @@ long do_splice_to(struct file *in, loff_t *ppos,
64 +@@ -1134,6 +1135,7 @@ long do_splice_to(struct file *in, loff_t *ppos,
65
66 return splice_read(in, ppos, pipe, len, flags);
67 }
68 @@ -143,10 +143,10 @@
69 /**
70 * splice_direct_to_actor - splices data directly between two non-pipes
71 diff --git a/security/commoncap.c b/security/commoncap.c
72 -index 0cf4b53..6ba43f6 100644
73 +index 71a166a..5d63aac 100644
74 --- a/security/commoncap.c
75 +++ b/security/commoncap.c
76 -@@ -966,3 +966,4 @@ int cap_file_mmap(struct file *file, unsigned long reqprot,
77 +@@ -972,3 +972,4 @@ int cap_file_mmap(struct file *file, unsigned long reqprot,
78 }
79 return ret;
80 }
81
82
83
84 1.4 sys-fs/aufs3/files/aufs3-base-x-rcN.patch
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/files/aufs3-base-x-rcN.patch?rev=1.4&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/files/aufs3-base-x-rcN.patch?rev=1.4&content-type=text/plain
88 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/files/aufs3-base-x-rcN.patch?r1=1.3&r2=1.4
89
90 Index: aufs3-base-x-rcN.patch
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/files/aufs3-base-x-rcN.patch,v
93 retrieving revision 1.3
94 retrieving revision 1.4
95 diff -u -r1.3 -r1.4
96 --- aufs3-base-x-rcN.patch 2 Apr 2012 07:21:11 -0000 1.3
97 +++ aufs3-base-x-rcN.patch 30 Apr 2012 06:03:49 -0000 1.4
98 @@ -1,10 +1,10 @@
99 aufs3.x-rcN base patch
100
101 diff --git a/fs/namei.c b/fs/namei.c
102 -index e615ff3..b9b8b85 100644
103 +index 0062dd1..80bb0b9 100644
104 --- a/fs/namei.c
105 +++ b/fs/namei.c
106 -@@ -1904,7 +1904,7 @@ static struct dentry *__lookup_hash(struct qstr *name,
107 +@@ -1831,7 +1831,7 @@ int vfs_path_lookup(struct dentry *dentry, struct vfsmount *mnt,
108 * needs parent already locked. Doesn't follow mounts.
109 * SMP-safe.
110 */
111 @@ -14,10 +14,10 @@
112 return __lookup_hash(&nd->last, nd->path.dentry, nd);
113 }
114 diff --git a/fs/splice.c b/fs/splice.c
115 -index 5f883de..4f786e3 100644
116 +index f847684..f871233 100644
117 --- a/fs/splice.c
118 +++ b/fs/splice.c
119 -@@ -1081,8 +1081,8 @@ EXPORT_SYMBOL(generic_splice_sendpage);
120 +@@ -1084,8 +1084,8 @@ EXPORT_SYMBOL(generic_splice_sendpage);
121 /*
122 * Attempt to initiate a splice from pipe to file.
123 */
124 @@ -28,7 +28,7 @@
125 {
126 ssize_t (*splice_write)(struct pipe_inode_info *, struct file *,
127 loff_t *, size_t, unsigned int);
128 -@@ -1109,9 +1109,9 @@ static long do_splice_from(struct pipe_inode_info *pipe, struct file *out,
129 +@@ -1112,9 +1112,9 @@ static long do_splice_from(struct pipe_inode_info *pipe, struct file *out,
130 /*
131 * Attempt to initiate a splice from a file to a pipe.
132 */