]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tarfs: Don't panic if the parent of a new node is not a directory.
authorDag-Erling Smørgrav <des@FreeBSD.org>
Wed, 15 Feb 2023 02:12:45 +0000 (02:12 +0000)
committerDag-Erling Smørgrav <des@FreeBSD.org>
Wed, 15 Feb 2023 02:13:11 +0000 (02:13 +0000)
commitae6cff89738bab9a4a956c230fb9dc6c4d5e113f
treee6439ff954281df55965364142f9a215bf372060
parentb918ee2ce4850253ddd884e39dabecd6e96bf474
tarfs: Don't panic if the parent of a new node is not a directory.

PR: 269519
Sponsored by: Juniper Networks, Inc.
Sponsored by: Klara, Inc.
Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D38587
sys/fs/tarfs/tarfs_subr.c
sys/fs/tarfs/tarfs_vfsops.c
tests/sys/fs/tarfs/tarfs_test.sh