commit: f877f81191289a416cdc79a4782abd42f13a1b85 Author: Kai Krakow <kai <AT> kaishome <DOT> de> AuthorDate: Mon Feb 27 00:44:57 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jul 10 03:52:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f877f811
sys-fs/bees: update 9999 The statement about using bees with kernel 5.4 or later is no longer true for bees as it serializes the kernel calls since December 2022. The kernel itself still suffers from the bug, tho. But that's not business of the bees ebuild. Signed-off-by: Kai Krakow <kai <AT> kaishome.de> Signed-off-by: Sam James <sam <AT> gentoo.org> sys-fs/bees/bees-9999.ebuild | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sys-fs/bees/bees-9999.ebuild b/sys-fs/bees/bees-9999.ebuild index f84aba717799..65c3cbecea85 100644 --- a/sys-fs/bees/bees-9999.ebuild +++ b/sys-fs/bees/bees-9999.ebuild @@ -66,14 +66,6 @@ pkg_pretend() { ewarn "https://github.com/Zygo/bees/blob/master/docs/btrfs-kernel.md" ewarn fi - if kernel_is -ge 5 4 0; then - ewarn "With kernel version 5.4 or later, the kernel may hang when multiple threads" - ewarn "are running LOGICAL_INO and dedupe ioctl. This is not exclusively triggered" - ewarn "by bees but also other software running such operations, bees will just more" - ewarn "likely trigger this bug. You can work around this issue by reducing the" - ewarn "thread count of bees to 1." - ewarn - fi elog "Bees recommends running the latest current kernel for performance and" elog "reliability reasons, see README.md."