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-kernel/aufs-sources/files: README.gentoo-r1
Date: Thu, 26 Jun 2014 10:31:36
Message-Id: 20140626103128.18F7B2004F@flycatcher.gentoo.org
1 jlec 14/06/26 10:31:28
2
3 Added: README.gentoo-r1
4 Log:
5 sys-kernel/aufs-sources: Bump to latest aufs3, genpatches and linux release; use new README_GENTOO_SUFFIX variable from readme.gentoo.eclass
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.1 sys-kernel/aufs-sources/files/README.gentoo-r1
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/files/README.gentoo-r1?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/aufs-sources/files/README.gentoo-r1?rev=1.1&content-type=text/plain
14
15 Index: README.gentoo-r1
16 ===================================================================
17
18 There several other patches in aufs3.
19 They are all optional. When you meet some problems, they will help you. You
20 can find them in the documentation directory.
21
22 - aufs3-loopback.patch
23 Supports a nested loopback mount in a branch-fs. This patch is
24 unnecessary until aufs produces a message such like "you may want to try
25 another patch for loopback file".
26
27 - vfs-ino.patch
28 Modifies a system global kernel internal function get_next_ino() in
29 order to stop assigning 0 for an inode-number. Not directly related to
30 aufs, but recommended generally.
31
32 - tmpfs-idr.patch
33 Keeps the tmpfs inode number as the lowest value. Effective to reduce
34 the size of aufs XINO files for tmpfs branch. Also it prevents the
35 duplication of inode number, which is important for backup
36 tools, aubrsync or other utilities. When you find aufs XINO files for
37 tmpfs branch growing too much, try this patch.