mbox series

[0/3] Add test for names.

Message ID 20220719124823.20302-1-mariusz.tkaczyk@linux.intel.com (mailing list archive)
Headers show
Series Add test for names. | expand

Message

Mariusz Tkaczyk July 19, 2022, 12:48 p.m. UTC
Hi Jes,
In first patch test for MD device names is added. This is entry for
future create_mddev() updates - we need test to avoid regression.
Beside that, small code improvements are done.

Thanks,
Mariusz

Mariusz Tkaczyk (3):
  tests: add test for names
  mdadm: remove symlink option
  mdadm: move data_offset to struct shape

 Create.c            | 16 ++++----
 Grow.c              |  7 ++--
 ReadMe.c            |  1 -
 config.c            |  7 +---
 mdadm.8.in          |  9 -----
 mdadm.c             | 40 +++++--------------
 mdadm.conf.5.in     | 15 --------
 mdadm.h             |  7 +---
 tests/00createnames | 93 +++++++++++++++++++++++++++++++++++++++++++++
 9 files changed, 116 insertions(+), 79 deletions(-)
 create mode 100644 tests/00createnames

Comments

Jes Sorensen Aug. 23, 2022, 1:52 p.m. UTC | #1
On 7/19/22 08:48, Mariusz Tkaczyk wrote:
> Hi Jes,
> In first patch test for MD device names is added. This is entry for
> future create_mddev() updates - we need test to avoid regression.
> Beside that, small code improvements are done.

Hi Mariusz,

All applied!

Thanks,
Jes