mbox series

[v2,0/3] fanotify{14,20}: cleanup

Message ID 20220913062103.3910-1-pvorel@suse.cz
Headers show
Series fanotify{14,20}: cleanup | expand

Message

Petr Vorel Sept. 13, 2022, 6:21 a.m. UTC
Hi,

changes v1->v2:
* Rename macro (Cyril)
s/TST_EXP_FD_ERRNO/TST_EXP_FD_OR_FAIL/

Kind regards,
Petr

Petr Vorel (3):
  tst_test_macros: Add TST_EXP_FD_OR_FAIL() macro
  fanotify20: Simplify code
  fanotify14: Use TST_EXP_FD_ERRNO()

 include/tst_test_macros.h                     |  10 ++
 .../kernel/syscalls/fanotify/fanotify14.c     | 118 +++++-------------
 .../kernel/syscalls/fanotify/fanotify20.c     |  81 +++---------
 3 files changed, 62 insertions(+), 147 deletions(-)

Comments

Petr Vorel Sept. 13, 2022, 6:22 a.m. UTC | #1
> Hi,

> changes v1->v2:
> * Rename macro (Cyril)
> s/TST_EXP_FD_ERRNO/TST_EXP_FD_OR_FAIL/

Forget to mention, that Amir and Matthew acked 2nd and 3rd patch in v1.

Kind regards,
Petr