Gentoo Archives: gentoo-commits

From: "Thomas Sachau (tommy)" <tommy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/aufs2/files: aufs2-standalone.patch aufs2-standalone-29.patch
Date: Fri, 05 Jun 2009 17:20:55
Message-Id: E1MCd65-0003R7-NL@stork.gentoo.org
1 tommy 09/06/05 17:20:53
2
3 Modified: aufs2-standalone.patch aufs2-standalone-29.patch
4 Log:
5 Bump to latest git version, add ramfs support for bug 272418
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sys-fs/aufs2/files/aufs2-standalone.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/aufs2/files/aufs2-standalone.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/aufs2/files/aufs2-standalone.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/aufs2/files/aufs2-standalone.patch?r1=1.1&r2=1.2
14
15 Index: aufs2-standalone.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs2/files/aufs2-standalone.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- aufs2-standalone.patch 12 May 2009 17:35:59 -0000 1.1
22 +++ aufs2-standalone.patch 5 Jun 2009 17:20:53 -0000 1.2
23 @@ -1,14 +1,5 @@
24 aufs2 standalone patch for linux-2.6.28
25
26 -diff --git a/fs/Makefile b/fs/Makefile
27 -index d9f8afe..1f206a2 100644
28 ---- a/fs/Makefile
29 -+++ b/fs/Makefile
30 -@@ -122,3 +122,4 @@ obj-$(CONFIG_HPPFS) += hppfs/
31 - obj-$(CONFIG_DEBUG_FS) += debugfs/
32 - obj-$(CONFIG_OCFS2_FS) += ocfs2/
33 - obj-$(CONFIG_GFS2_FS) += gfs2/
34 -+obj-$(CONFIG_AUFS_FS) += aufs/
35 diff --git a/fs/namei.c b/fs/namei.c
36 index d34e0f9..2779304 100644
37 --- a/fs/namei.c
38 @@ -140,18 +131,6 @@
39
40 static long __do_fsync(unsigned int fd, int datasync)
41 {
42 -diff --git a/include/linux/Kbuild b/include/linux/Kbuild
43 -index e531783..14ecb7c 100644
44 ---- a/include/linux/Kbuild
45 -+++ b/include/linux/Kbuild
46 -@@ -34,6 +34,7 @@ header-y += atmppp.h
47 - header-y += atmsap.h
48 - header-y += atmsvc.h
49 - header-y += atm_zatm.h
50 -+header-y += aufs_type.h
51 - header-y += auto_fs4.h
52 - header-y += ax25.h
53 - header-y += b1lli.h
54 diff --git a/include/linux/lockdep.h b/include/linux/lockdep.h
55 index 29aec6e..dfcb13b 100644
56 --- a/include/linux/lockdep.h
57
58
59
60 1.2 sys-fs/aufs2/files/aufs2-standalone-29.patch
61
62 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/aufs2/files/aufs2-standalone-29.patch?rev=1.2&view=markup
63 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/aufs2/files/aufs2-standalone-29.patch?rev=1.2&content-type=text/plain
64 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/aufs2/files/aufs2-standalone-29.patch?r1=1.1&r2=1.2
65
66 Index: aufs2-standalone-29.patch
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs2/files/aufs2-standalone-29.patch,v
69 retrieving revision 1.1
70 retrieving revision 1.2
71 diff -u -r1.1 -r1.2
72 --- aufs2-standalone-29.patch 12 May 2009 17:35:59 -0000 1.1
73 +++ aufs2-standalone-29.patch 5 Jun 2009 17:20:53 -0000 1.2
74 @@ -1,14 +1,5 @@
75 aufs2 standalone patch for linux-2.6.29
76
77 -diff --git a/fs/Makefile b/fs/Makefile
78 -index dc20db3..a4e9a65 100644
79 ---- a/fs/Makefile
80 -+++ b/fs/Makefile
81 -@@ -124,3 +124,4 @@ obj-$(CONFIG_DEBUG_FS) += debugfs/
82 - obj-$(CONFIG_OCFS2_FS) += ocfs2/
83 - obj-$(CONFIG_BTRFS_FS) += btrfs/
84 - obj-$(CONFIG_GFS2_FS) += gfs2/
85 -+obj-$(CONFIG_AUFS_FS) += aufs/
86 diff --git a/fs/namei.c b/fs/namei.c
87 index bbc15c2..e54d1b2 100644
88 --- a/fs/namei.c
89 @@ -128,18 +119,6 @@
90
91 /**
92 * generic_shutdown_super - common helper for ->kill_sb()
93 -diff --git a/include/linux/Kbuild b/include/linux/Kbuild
94 -index 106c3ba..d0c7262 100644
95 ---- a/include/linux/Kbuild
96 -+++ b/include/linux/Kbuild
97 -@@ -34,6 +34,7 @@ header-y += atmppp.h
98 - header-y += atmsap.h
99 - header-y += atmsvc.h
100 - header-y += atm_zatm.h
101 -+header-y += aufs_type.h
102 - header-y += auto_fs4.h
103 - header-y += ax25.h
104 - header-y += b1lli.h
105 diff --git a/include/linux/lockdep.h b/include/linux/lockdep.h
106 index 23bf02f..49e5b47 100644
107 --- a/include/linux/lockdep.h