All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] fstests: new testcase to verify show_devname.
@ 2025-05-20  8:28 Anand Jain
  2025-05-20  8:28 ` [PATCH 1/2] fstests: new test case to verify show_devname() device path Anand Jain
  2025-05-20  8:28 ` [PATCH 2/2] fstests: btrfs: new test: show_devname() on multi-device volumes Anand Jain
  0 siblings, 2 replies; 3+ messages in thread
From: Anand Jain @ 2025-05-20  8:28 UTC (permalink / raw)
  To: fstests; +Cc: linux-btrfs

Mismatch causes mount -a (UUID) to fail with -EBUSY in libmount 2.37.4.
In libmount 2.40.2 with Btrfs, it shows 'successfully mounted' instead
of 'already mounted', kernel without fix.

Anand Jain (2):
  fstests: new test case to verify show_devname() device path
  fstests: btrfs: new test: show_devname() on multi-device volumes

 tests/btrfs/329       | 107 ++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/329.out   |  19 ++++++++
 tests/generic/765     |  74 +++++++++++++++++++++++++++++
 tests/generic/765.out |   6 +++
 4 files changed, 206 insertions(+)
 create mode 100755 tests/btrfs/329
 create mode 100644 tests/btrfs/329.out
 create mode 100755 tests/generic/765
 create mode 100644 tests/generic/765.out

-- 
2.49.0


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

end of thread, other threads:[~2025-05-20  8:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-20  8:28 [PATCH 0/2] fstests: new testcase to verify show_devname Anand Jain
2025-05-20  8:28 ` [PATCH 1/2] fstests: new test case to verify show_devname() device path Anand Jain
2025-05-20  8:28 ` [PATCH 2/2] fstests: btrfs: new test: show_devname() on multi-device volumes Anand Jain

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.