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: README.gentoo README.gentoo-r1
Date: Mon, 30 Jun 2014 07:04:05
Message-Id: 20140630070401.0CDC52004F@flycatcher.gentoo.org
1 jlec 14/06/30 07:04:00
2
3 Modified: README.gentoo
4 Added: README.gentoo-r1
5 Log:
6 sys-fs/aufs3: Bump to latest aufs3 release
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
9
10 Revision Changes Path
11 1.3 sys-fs/aufs3/files/README.gentoo
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/files/README.gentoo?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/files/README.gentoo?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/files/README.gentoo?r1=1.2&r2=1.3
16
17 Index: README.gentoo
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/files/README.gentoo,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- README.gentoo 14 Jun 2014 09:12:06 -0000 1.2
24 +++ README.gentoo 30 Jun 2014 07:04:00 -0000 1.3
25 @@ -12,7 +12,7 @@
26 order to stop assigning 0 for an inode-number. Not directly related to
27 aufs, but recommended generally.
28
29 - - tmpfs-ibitmap.patch/tmpfs-idr.patch
30 + - tmpfs-ibitmap.patch
31 Keeps the tmpfs inode number as the lowest value. Effective to reduce
32 the size of aufs XINO files for tmpfs branch. Also it prevents the
33 duplication of inode number, which is important for backup
34
35
36
37 1.1 sys-fs/aufs3/files/README.gentoo-r1
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/files/README.gentoo-r1?rev=1.1&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/files/README.gentoo-r1?rev=1.1&content-type=text/plain
41
42 Index: README.gentoo-r1
43 ===================================================================
44 There several other patches in aufs3. They are all
45 optional. When you meet some problems, they will help you. You can find them
46 in the documentation directory.
47
48 - aufs3-loopback.patch
49 Supports a nested loopback mount in a branch-fs. This patch is
50 unnecessary until aufs produces a message such like "you may want to try
51 another patch for loopback file".
52
53 - vfs-ino.patch
54 Modifies a system global kernel internal function get_next_ino() in
55 order to stop assigning 0 for an inode-number. Not directly related to
56 aufs, but recommended generally.
57
58 - tmpfs-idr.patch
59 Keeps the tmpfs inode number as the lowest value. Effective to reduce
60 the size of aufs XINO files for tmpfs branch. Also it prevents the
61 duplication of inode number, which is important for backup
62 tools, aubrsync or other utilities. When you find aufs XINO files for
63 tmpfs branch growing too much, try this patch.