freebsd-nq/stand/zfs
Ian Lepore 9f6fd8397c Remove comments and assertions that are no longer valid after r330809.
r330809 replaced duplication of devdesc struct fields with an embedded copy
of the devdesc struct, to avoid fragility.  That means all the scattered
comments indicating that structs must match are no longer valid.  Likewise
asserts that attempted to mitigate some of the old fragility.

Reviewed by:	imp@
2018-06-05 22:13:45 +00:00
..
devicename_stubs.c
libzfs.h Remove comments and assertions that are no longer valid after r330809. 2018-06-05 22:13:45 +00:00
Makefile
Makefile.depend
zfs.c Remove d_type from devdesc. It's not needed as we can fetch it from 2018-03-12 21:39:59 +00:00
zfsimpl.c