diff options
author | Kai Krakow <kai@kaishome.de> | 2023-02-27 01:44:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-10 04:52:55 +0100 |
commit | f877f81191289a416cdc79a4782abd42f13a1b85 (patch) | |
tree | 901f519ba2b77cd7fab3fbd973c4bebdb64b76b5 /sys-fs | |
parent | app-crypt/sequoia-sq: add 0.31.0 (diff) | |
download | gentoo-f877f81191289a416cdc79a4782abd42f13a1b85.tar.gz gentoo-f877f81191289a416cdc79a4782abd42f13a1b85.tar.bz2 gentoo-f877f81191289a416cdc79a4782abd42f13a1b85.zip |
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@kaishome.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/bees/bees-9999.ebuild | 8 |
1 files changed, 0 insertions, 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." |