public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH v2 0/2] tst_test per FS options and small cleanup
@ 2024-06-12 12:11 Cyril Hrubis
  2024-06-12 12:11 ` [LTP] [PATCH v2 1/2] lib: tst_test: Add per filesystem mkfs and mount opts Cyril Hrubis
  2024-06-12 12:11 ` [LTP] [PATCH v2 2/2] syscalls: quotactl: Move mkfs opts into tst_test Cyril Hrubis
  0 siblings, 2 replies; 9+ messages in thread
From: Cyril Hrubis @ 2024-06-12 12:11 UTC (permalink / raw)
  To: ltp

Add per FS mkfs and mount options and move mkfs_opts to the tst_test
struct in two quotactl tests.

v2:
  - put everything into a single filesystems array
  - change fs_type to type in the doc header for struct tst_fs

Cyril Hrubis (2):
  lib: tst_test: Add per filesystem mkfs and mount opts
  syscalls: quotactl: Move mkfs opts into tst_test

 include/tst_test.h                            |  66 ++++++----
 lib/tst_test.c                                | 117 ++++++++++++++----
 .../kernel/syscalls/fanotify/fanotify22.c     |   5 +-
 .../kernel/syscalls/fanotify/fanotify23.c     |   5 +-
 .../kernel/syscalls/getxattr/getxattr04.c     |   5 +-
 testcases/kernel/syscalls/ioctl/ioctl08.c     |   5 +-
 testcases/kernel/syscalls/mmap/mmap16.c       |  22 ++--
 .../kernel/syscalls/quotactl/quotactl01.c     |   9 +-
 .../kernel/syscalls/quotactl/quotactl02.c     |   9 +-
 .../kernel/syscalls/quotactl/quotactl03.c     |   9 +-
 .../kernel/syscalls/quotactl/quotactl04.c     |  22 ++--
 .../kernel/syscalls/quotactl/quotactl05.c     |   9 +-
 .../kernel/syscalls/quotactl/quotactl06.c     |   9 +-
 .../kernel/syscalls/quotactl/quotactl07.c     |   5 +-
 .../kernel/syscalls/quotactl/quotactl08.c     |  22 ++--
 .../kernel/syscalls/quotactl/quotactl09.c     |   9 +-
 testcases/kernel/syscalls/statx/statx05.c     |   5 +-
 testcases/kernel/syscalls/statx/statx06.c     |  11 +-
 testcases/kernel/syscalls/statx/statx07.c     |   5 +-
 testcases/kernel/syscalls/statx/statx09.c     |   5 +-
 20 files changed, 249 insertions(+), 105 deletions(-)

-- 
2.44.2


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

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

end of thread, other threads:[~2025-03-21  7:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-12 12:11 [LTP] [PATCH v2 0/2] tst_test per FS options and small cleanup Cyril Hrubis
2024-06-12 12:11 ` [LTP] [PATCH v2 1/2] lib: tst_test: Add per filesystem mkfs and mount opts Cyril Hrubis
2024-06-17 17:37   ` Avinesh Kumar
2024-07-04 14:48     ` Cyril Hrubis
2025-03-20 17:31   ` Petr Vorel
2025-03-21  3:00     ` Li Wang via ltp
2025-03-21  6:41       ` Petr Vorel
2025-03-21  7:53         ` Li Wang via ltp
2024-06-12 12:11 ` [LTP] [PATCH v2 2/2] syscalls: quotactl: Move mkfs opts into tst_test Cyril Hrubis

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