[LTP] [PATCH v3 2/2] syscalls/ioctl_loop05: Using LOOP_CONFIGURE to set direct io
Cyril Hrubis
chrubis@suse.cz
Thu Jul 30 11:28:02 CEST 2020
Hi!
> > So I guess that we will have to write a parser that reads that
> > information line by line after all.
> I doubt how machies will have more or zero fields in (7). But I think
> you are right,
Well that's what I do have here.
> How about using the (3) field and second to last field. Then we can
> avoid zero or more filed in (7). the code as below??
Actually looking into util-linux code it says that th the optional
fields are terminated with " - ", see:
https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/tree/libmount/src/tab_parse.c#n177
So I guess the safest option would be:
* Match the line by major:minor as you do
* Then strstr() for " - " should land us directly to field (8)
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list