loop.4: Minor tweaks to Yang Xu's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-09-09 15:09:47 +02:00
parent 06df754f52
commit 61958467fb
1 changed files with 9 additions and 7 deletions

View File

@ -206,20 +206,22 @@ In addition to doing what
.BR LOOP_SET_STATUS
can do,
.BR LOOP_CONFIGURE
can also be used to the following:
can also be used to do the following:
.RS
.IP * 2
Set the correct block size immediately by setting
.IR loop_config.block_size.
set the correct block size immediately by setting
.IR loop_config.block_size ;
.IP *
Explicitly request direct I/O mode by setting
explicitly request direct I/O mode by setting
.BR LO_FLAGS_DIRECT_IO
in loop_config.info.lo_flags.
in
.IR loop_config.info.lo_flags ;
and
.IP *
Explicitly request read-only mode by setting
Eeplicitly request read-only mode by setting
.BR LO_FLAGS_READ_ONLY
in
.IR loop_config.info.lo_flags.
.IR loop_config.info.lo_flags .
.RE
.PP
Since Linux 2.6, there are two new