[Bug 266886] [FUSEFS] Handling of l_whence with fcntl(F_GETLK)

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 17 Oct 2022 13:11:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266886

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

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

commit 3c3b906b54236841d813fd9a01b1e090f39558ea
Author:     Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2022-10-11 23:00:07 +0000
Commit:     Alan Somers <asomers@FreeBSD.org>
CommitDate: 2022-10-17 13:09:50 +0000

    fusefs: After successful F_GETLK, l_whence should be SEEK_SET

    PR:             266886
    Reported by:    John Millikin <jmillikin@gmail.com>
    MFC after:      2 weeks
    Reviewed by:    emaste
    Differential Revision: https://reviews.freebsd.org/D37014

 sys/fs/fuse/fuse_vnops.c     |  1 +
 tests/sys/fs/fusefs/locks.cc | 69 ++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 68 insertions(+), 2 deletions(-)

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