HomeFreeBSD

Under UFS/FFS the VFS_ROOT() function will return an error if the inode

Description

Under UFS/FFS the VFS_ROOT() function will return an error if the inode
check-hash fails. Panic'ing is not an appropriate response. So, check
for an error return from VFS_ROOT() and when an error is reported,
unwind and return the error.

Reported by: Gary Jennejohn (gj)
Sponsored by: Netflix

Details

Provenance
mckusickAuthored on
Parents
rS342134: Ensure that the inode check-hash is not left zeroed out in the case where
Branches
Unknown
Tags
Unknown