Move locks from outside ioctl to the individual implementations.
This is the first step of changing the implementations to act on a
kernel-internal request struct rather than on struct md_ioctl and to
removing the use of kern_ioctl in mountroot.
Differential D14700
Move implementation of ioctls into kern_*() functions. brooks on Mar 14 2018, 11:59 PM. Authored by Tags None Referenced Files
Subscribers
Details
Move locks from outside ioctl to the individual implementations. This is the first step of changing the implementations to act on a
Diff Detail
Event Timeline
Comment Actions With this structure, I would expect the lock to be pushed into individual ioctl routines, in fact.
Comment Actions I'll update following @kib's suggestions shortly.
Comment Actions
|