README.gentoo 911 B

123456789101112131415161718192021
  1. There several other patches in aufs3. They are all
  2. optional. When you meet some problems, they will help you. You can find them
  3. in the documentation directory.
  4. - aufs3-loopback.patch
  5. Supports a nested loopback mount in a branch-fs. This patch is
  6. unnecessary until aufs produces a message such like "you may want to try
  7. another patch for loopback file".
  8. - vfs-ino.patch
  9. Modifies a system global kernel internal function get_next_ino() in
  10. order to stop assigning 0 for an inode-number. Not directly related to
  11. aufs, but recommended generally.
  12. - tmpfs-idr.patch
  13. Keeps the tmpfs inode number as the lowest value. Effective to reduce
  14. the size of aufs XINO files for tmpfs branch. Also it prevents the
  15. duplication of inode number, which is important for backup
  16. tools, aubrsync or other utilities. When you find aufs XINO files for
  17. tmpfs branch growing too much, try this patch.