mbox series

[0/3] ioprio minor cleanup

Message ID 20230620120159.320052-1-pvorel@suse.cz
Headers show
Series ioprio minor cleanup | expand

Message

Petr Vorel June 20, 2023, 12:01 p.m. UTC
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

Comments

Damien Le Moal June 20, 2023, 12:59 p.m. UTC | #1
On 6/20/23 21:01, Petr Vorel wrote:
> 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

Looks good. Thanks Petr !

For the series:

Reviewed-by: Damien Le Moal <dlemoal@kernel.org>

> 
> 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
>
Petr Vorel June 21, 2023, 9:52 a.m. UTC | #2
Hi all,

thanks for your review, patchset merged.

Kind regards,
Petr