public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/3] ioprio minor cleanup
@ 2023-06-20 12:01 Petr Vorel
  2023-06-20 12:01 ` [LTP] [PATCH 1/3] ioprio: Move fallback constants and structs to LAPI header Petr Vorel
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Petr Vorel @ 2023-06-20 12:01 UTC (permalink / raw)
  To: ltp; +Cc: Niklas Cassel

Further minor ioprio cleanup. NOTE, docparse markers /*\ [Description]
in the second commit allow test to be included in our automatically
generated documentation [1].

Kind regards,
Petr

[1] https://github.com/linux-test-project/ltp/releases/download/20230516/metadata.20230516.html

Petr Vorel (3):
  ioprio: Move fallback constants and structs to LAPI header
  ioprio: Add docparse markers
  utils: Remove unused ioprio.h

 include/lapi/ioprio.h                         | 47 +++++++++++++++++++
 testcases/kernel/syscalls/ioprio/ioprio.h     | 42 ++---------------
 .../kernel/syscalls/ioprio/ioprio_get01.c     |  9 ++--
 .../kernel/syscalls/ioprio/ioprio_set01.c     |  9 ++--
 .../kernel/syscalls/ioprio/ioprio_set02.c     |  9 ++--
 .../kernel/syscalls/ioprio/ioprio_set03.c     |  9 ++--
 testcases/kernel/syscalls/utils/ioprio.h      | 46 ------------------
 7 files changed, 71 insertions(+), 100 deletions(-)
 create mode 100644 include/lapi/ioprio.h
 delete mode 100644 testcases/kernel/syscalls/utils/ioprio.h

-- 
2.40.1


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-06-21  9:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-20 12:01 [LTP] [PATCH 0/3] ioprio minor cleanup Petr Vorel
2023-06-20 12:01 ` [LTP] [PATCH 1/3] ioprio: Move fallback constants and structs to LAPI header Petr Vorel
2023-06-20 12:31   ` Niklas Cassel via ltp
2023-06-20 12:01 ` [LTP] [PATCH 2/3] ioprio: Add docparse markers Petr Vorel
2023-06-20 12:31   ` Niklas Cassel via ltp
2023-06-20 12:01 ` [LTP] [PATCH 3/3] utils: Remove unused ioprio.h Petr Vorel
2023-06-20 12:31   ` Niklas Cassel via ltp
2023-06-20 12:59 ` [LTP] [PATCH 0/3] ioprio minor cleanup Damien Le Moal
2023-06-21  9:52   ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox