Page MenuHomeFreeBSD

loader: allow fs modules to use ioctl()
Needs ReviewPublic

Authored by tsoome on Thu, Feb 20, 3:31 PM.

Details

Reviewers
manu
Summary

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.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 62541
Build 59425: arc lint + arc unit