From 5414c7344fb44201b0adbed48a9de6a1b3eebd67 Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Thu, 28 Nov 2024 14:37:06 -0500 Subject: [PATCH] docs: resolve_overflow limit is only 655050 when BTRFS_MAX_EXTENT_REF_COUNT is Use the current header value in the doc. Signed-off-by: Zygo Blaxell --- docs/event-counters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/event-counters.md b/docs/event-counters.md index 51b73f7..554ab68 100644 --- a/docs/event-counters.md +++ b/docs/event-counters.md @@ -303,7 +303,7 @@ The `resolve` event group consists of operations related to translating a btrfs * `resolve_large`: The `LOGICAL_INO` ioctl returned more than 2730 results (the limit of the v1 ioctl). * `resolve_ms`: Total time spent in the `LOGICAL_INO` ioctl (i.e. wallclock time, not kernel CPU time). * `resolve_ok`: The `LOGICAL_INO` ioctl returned success. - * `resolve_overflow`: The `LOGICAL_INO` ioctl returned more than 655050 extents (the limit of the v2 ioctl). + * `resolve_overflow`: The `LOGICAL_INO` ioctl returned 9999 or more extents (the limit configured in `bees.h`). * `resolve_toxic`: The `LOGICAL_INO` ioctl took more than 0.1 seconds of kernel CPU time. root