[Bug 281073] fusefs tests failed after [c3d8a93126b9, e4d064e4a8e3]

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 27 Aug 2024 20:38:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281073

--- Comment #6 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=e6651546c2dd72e028b9422f1695c432dbf47d75

commit e6651546c2dd72e028b9422f1695c432dbf47d75
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-08-27 20:29:18 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-08-27 20:35:08 +0000

    rangelock: Fix an off-by-one error

    A rangelock entry covers the range [start, end), so entries e1 and e2
    with e1->end == e2->start do not overlap.

    PR:             281073
    Fixes:          5badbeeaf061 ("Re-implement rangelocks part 2")
    Reviewed by:    kib
    Differential Revision:  https://reviews.freebsd.org/D46458

 sys/kern/kern_rangelock.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.