Page MenuHomeFreeBSD

Initialize ZILog for ZVOLs
AbandonedPublic

Authored by oshogbo on Nov 3 2020, 6:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 23, 7:49 AM
Unknown Object (File)
Dec 10 2023, 6:35 PM
Unknown Object (File)
Nov 19 2023, 12:22 AM
Unknown Object (File)
Sep 25 2023, 2:18 AM
Unknown Object (File)
Aug 28 2023, 2:41 PM
Unknown Object (File)
Apr 26 2023, 4:01 AM
Unknown Object (File)
Apr 8 2023, 10:28 AM
Subscribers

Details

Reviewers
allanjude
mmacy
Summary

In the past the zilog was initialized in the zvol_first_open (https://svnweb.freebsd.org/base/stable/12/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c?revision=365689&view=markup#l842).
While the openzfs upgrade this was dropped.
This cause an page fault in the zvol_cdev_open function while accessing the ZVOL.

https://drive.google.com/file/d/1-dvj8eoUNqRWL5mcVtH5Px4NbrhLfzML/view?usp=sharing

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped