prctl.2: f

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-04-02 14:07:12 +02:00
parent 91e015066f
commit 4222606d2a
1 changed files with 3 additions and 3 deletions

View File

@ -1390,11 +1390,11 @@ This will put the process in the IO_FLUSHER state,
which allows it special treatment to make progress when allocating memory.
If \fIarg2\fP is 0, the process will clear the IO_FLUSHER state, and
the default behavior will be used.
.PP
.IP
The calling process must have the
.BR CAP_SYS_RESOURCE
capability.
.PP
.IP
Examples of IO_FLUSHER applications are FUSE daemons, SCSI device
emulation daemons, and daemons that perform error handling like multipath
path recovery applications.
@ -1402,7 +1402,7 @@ path recovery applications.
.B PR_GET_IO_FLUSHER (Since Linux 5.6)
Return as the function result 1 if the caller is in the IO_FLUSHER state and
0 if not.
.PP
.IP
The calling process must have the
.BR CAP_SYS_RESOURCE
capability.