HomeFreeBSD

loader: allow fs modules to use ioctl()

Description

loader: allow fs modules to use ioctl()

Currently only directly opened disk device is allowed to access
ioctl() - that is, when file has F_RAW flag set.

The problem is, file systems might need to determine the device parameters,
and we could use already opened device descriptor to communicate this
information.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D49077

Details

Provenance
tsoomeAuthored on Mon, Mar 3, 9:52 PM
Reviewer
imp
Differential Revision
D49077: loader: allow fs modules to use ioctl()
Parents
rG498b0abe55ea: sys/efi_map.h: Forward declare struct efi_map_header
Branches
Unknown
Tags
Unknown