]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] md: fix a few problems with the interface (sysfs and ioctl) to md.
authorNeilBrown <neilb@suse.de>
Thu, 25 Jan 2007 04:35:29 +0000 (15:35 +1100)
committerChris Wright <chrisw@sous-sol.org>
Mon, 5 Feb 2007 16:31:43 +0000 (08:31 -0800)
commit50c524829e518ca5a7e3e5423726e6bb24afaac4
treed0535a561b390af42645b180faa1338044682b9f
parentd53c44cb93ba219bc26fa2f7ddd98bdd4d219c9c
[PATCH] md: fix a few problems with the interface (sysfs and ioctl) to md.

While developing more functionality in mdadm I found some bugs in md...

- When we remove a device from an inactive array (write 'remove' to
  the 'state' sysfs file - see 'state_store') would should not
  update the superblock information - as we may not have
  read and processed it all properly yet.

- initialise all raid_disk entries to '-1' else the 'slot sysfs file
  will claim '0' for all devices in an array before the array is
  started.

- all '\n' not to be present at the end of words written to
  sysfs files
- when we use SET_ARRAY_INFO to set the md metadata version,
  set the flag to say that there is persistant metadata.
- allow GET_BITMAP_FILE to be called on an array that hasn't
  been started yet.

Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
drivers/md/md.c