mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
stand/zfs: Connect dv_parsedev to zfs_parsedev
Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D37348
This commit is contained in:
parent
781ca0afcd
commit
ca0654bad6
1 changed files with 1 additions and 0 deletions
|
|
@ -1626,6 +1626,7 @@ struct devsw zfs_dev = {
|
|||
.dv_print = zfs_dev_print,
|
||||
.dv_cleanup = nullsys,
|
||||
.dv_fmtdev = zfs_fmtdev,
|
||||
.dv_parsedev = zfs_parsedev,
|
||||
};
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Reference in a new issue