Page MenuHomeFreeBSD

linux(4): Add a dedicated ioprio system calls
ClosedPublic

Authored by dchagin on Jul 22 2023, 8:13 PM.
Referenced Files
Unknown Object (File)
Thu, Dec 11, 9:50 AM
Unknown Object (File)
Wed, Dec 10, 9:18 PM
Unknown Object (File)
Thu, Nov 27, 11:11 PM
Unknown Object (File)
Nov 21 2025, 12:05 AM
Unknown Object (File)
Nov 21 2025, 12:02 AM
Unknown Object (File)
Nov 21 2025, 12:02 AM
Unknown Object (File)
Nov 20 2025, 11:55 PM
Unknown Object (File)
Nov 14 2025, 2:00 PM
Subscribers

Details

Summary

On Linux these system calls have an effect only when used in conjuction
with an I/O scheduler that supports I/O priorities. If no I/O scheduler
has been set for a thread, then by defaut the I/O priority will follow
the CPU nice value. Due to FreeBSD lack of I/O scheduler facilities, the
default Linux behavior is implemented.

Diff Detail

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

Event Timeline

debootstrap for Ubuntu 23.04 requires Linux ionice command which depends on these syscalls

This revision was not accepted when it landed; it landed in state Needs Review.Aug 4 2023, 1:05 PM
This revision was automatically updated to reflect the committed changes.