[Bug 259504] fuser doesn't find processes due to wrong fsid type

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 08 Nov 2021 05:56:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259504

--- Comment #5 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

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

commit df838c540632ce3840f78a9067dd9de32458c71a
Author:     Andriy Gapon <avg@FreeBSD.org>
AuthorDate: 2021-11-01 06:40:17 +0000
Commit:     Andriy Gapon <avg@FreeBSD.org>
CommitDate: 2021-11-08 05:55:30 +0000

    fuser: restore functionality by fixing fsid type

    Use types from sys/stat.h for the filesystem and inode numbers for extra
    safety.

    PR:             259504
    Reported by:    Markus Wild <freebsd-bugs@virtualtec.ch>
    MFC after:      1 week

    (cherry picked from commit e18fbe6f19ed106f035c7d2aaeade6eb55cc0b5a)

 usr.bin/fstat/fuser.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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