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-35.patch aufs2-base-35.patch
Date: Wed, 01 Dec 2010 17:35:25
Message-Id: 20101201173507.F2FC820054@flycatcher.gentoo.org
1 tommy 10/12/01 17:35:07
2
3 Modified: aufs2-standalone-35.patch aufs2-base-35.patch
4 Log:
5 Update patches for kernel 2.6.35
6
7 (Portage version: 2.2.0_alpha6-r1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-fs/aufs2/files/aufs2-standalone-35.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs2/files/aufs2-standalone-35.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs2/files/aufs2-standalone-35.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs2/files/aufs2-standalone-35.patch?r1=1.1&r2=1.2
15
16 Index: aufs2-standalone-35.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs2/files/aufs2-standalone-35.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- aufs2-standalone-35.patch 10 Aug 2010 21:03:52 -0000 1.1
23 +++ aufs2-standalone-35.patch 1 Dec 2010 17:35:07 -0000 1.2
24 @@ -1,5 +1,37 @@
25 -aufs2 standalone patch for linux-2.6.35
26 +aufs2.1 standalone patch for linux-2.6.35
27
28 +diff --git a/fs/file_table.c b/fs/file_table.c
29 +index 5c7d10e..9031acf 100644
30 +--- a/fs/file_table.c
31 ++++ b/fs/file_table.c
32 +@@ -34,6 +34,7 @@ struct files_stat_struct files_stat = {
33 +
34 + /* public. Not pretty! */
35 + __cacheline_aligned_in_smp DEFINE_SPINLOCK(files_lock);
36 ++EXPORT_SYMBOL(files_lock);
37 +
38 + /* SLAB cache for file structures */
39 + static struct kmem_cache *filp_cachep __read_mostly;
40 +@@ -346,6 +347,7 @@ void file_kill(struct file *file)
41 + file_list_unlock();
42 + }
43 + }
44 ++EXPORT_SYMBOL(file_kill);
45 +
46 + int fs_may_remount_ro(struct super_block *sb)
47 + {
48 +diff --git a/fs/inode.c b/fs/inode.c
49 +index 722860b..bfb0698 100644
50 +--- a/fs/inode.c
51 ++++ b/fs/inode.c
52 +@@ -84,6 +84,7 @@ static struct hlist_head *inode_hashtable __read_mostly;
53 + * the i_state of an inode while it is in use..
54 + */
55 + DEFINE_SPINLOCK(inode_lock);
56 ++EXPORT_SYMBOL(inode_lock);
57 +
58 + /*
59 + * iprune_sem provides exclusion between the kswapd or try_to_free_pages
60 diff --git a/fs/namei.c b/fs/namei.c
61 index 6e92c81..334130e 100644
62 --- a/fs/namei.c
63 @@ -29,10 +61,18 @@
64 /**
65 * lookup_one_len - filesystem helper to lookup single pathname component
66 diff --git a/fs/namespace.c b/fs/namespace.c
67 -index 88058de..397afcc 100644
68 +index 88058de..6e39b69 100644
69 --- a/fs/namespace.c
70 +++ b/fs/namespace.c
71 -@@ -1279,6 +1279,7 @@ int iterate_mounts(int (*f)(struct vfsmount *, void *), void *arg,
72 +@@ -39,6 +39,7 @@
73 +
74 + /* spinlock for vfsmount related operations, inplace of dcache_lock */
75 + __cacheline_aligned_in_smp DEFINE_SPINLOCK(vfsmount_lock);
76 ++EXPORT_SYMBOL(vfsmount_lock);
77 +
78 + static int event;
79 + static DEFINE_IDA(mnt_id_ida);
80 +@@ -1279,6 +1280,7 @@ int iterate_mounts(int (*f)(struct vfsmount *, void *), void *arg,
81 }
82 return 0;
83 }
84
85
86
87 1.2 sys-fs/aufs2/files/aufs2-base-35.patch
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs2/files/aufs2-base-35.patch?rev=1.2&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs2/files/aufs2-base-35.patch?rev=1.2&content-type=text/plain
91 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs2/files/aufs2-base-35.patch?r1=1.1&r2=1.2
92
93 Index: aufs2-base-35.patch
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs2/files/aufs2-base-35.patch,v
96 retrieving revision 1.1
97 retrieving revision 1.2
98 diff -u -r1.1 -r1.2
99 --- aufs2-base-35.patch 10 Aug 2010 21:03:52 -0000 1.1
100 +++ aufs2-base-35.patch 1 Dec 2010 17:35:07 -0000 1.2
101 @@ -1,4 +1,4 @@
102 -aufs2 base patch for linux-2.6.35
103 +aufs2.1 base patch for linux-2.6.35
104
105 diff --git a/fs/namei.c b/fs/namei.c
106 index 868d0cb..6e92c81 100644