K 10 svn:author V 8 mckusick K 8 svn:date V 27 2018-12-15T19:04:50.322575Z K 7 svn:log V 295 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 END