[Bug 260160] zfs jailed: snapshots not accessible

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 04 Feb 2023 20:08:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260160

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

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

commit 3d7a882488a4c1c69283614ae179df7c1d2f3a7e
Author:     Martin Matuska <mm@FreeBSD.org>
AuthorDate: 2023-02-04 18:39:12 +0000
Commit:     Martin Matuska <mm@FreeBSD.org>
CommitDate: 2023-02-04 19:50:33 +0000

    zfs: fix mounting snapshots in .zfs/snapshot as a regular user

    This is a cherry-pick from vendor/openzfs/master resulting
    in a direct commit to stable/13

    The cherry-pick to branch zfs-2.1-release has been proposed upstream.

    Vendor pull requeset merges:
      #13758 Allow mounting snapshots in .zfs/snapshot as a regular user
      #14218 Bugfix: Avoid a null pointer dereference in zfs_mount() on FreeBSD

    PR:     260160

    (cherry picked from commit 595d3ac2ed61331124feda2cf5787c3dd4c7ae09)
    (cherry picked from commit d27a00283faf4ec2b997ff2376dee4a080e1ca7b)

 .../openzfs/module/os/freebsd/spl/spl_vfs.c        |  10 +-
 .../openzfs/module/os/freebsd/zfs/zfs_vfsops.c     | 279 ++++++++++++++++++++-
 2 files changed, 276 insertions(+), 13 deletions(-)

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