Page MenuHomeFreeBSD

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

Authored by dchagin on Jul 22 2023, 8:13 PM.
Referenced Files
F156984666: D41153.id125047.diff
Sun, May 17, 7:29 PM
F156984099: D41153.id125047.diff
Sun, May 17, 7:24 PM
F156920682: D41153.diff
Sun, May 17, 9:08 AM
Unknown Object (File)
Sat, May 16, 4:27 PM
Unknown Object (File)
Fri, May 15, 1:09 PM
Unknown Object (File)
Fri, May 15, 12:54 PM
Unknown Object (File)
Fri, May 15, 1:25 AM
Unknown Object (File)
Thu, May 14, 2:18 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 Not Applicable
Unit
Tests Not Applicable

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.