On Mon, May 07, 2018 at 07:00:31PM +0200, Martin Pieuchot wrote: > + short f_type; /* [I] descriptor type */ > + struct fileops *f_ops; /* [I] file operation pointers */
The function diskmapioctl() is violating this assumption.
fp->f_type = DTYPE_VNODE;
fp->f_ops = &vnops;
Otherwise OK bluhm@
