md: fix a few problems with the interface (sysfs and ioctl) to md
commit4d5eb09cab94fac8cfb767617a4799220f1874ab
authorNeil Brown <neilb@suse.de>
Wed, 22 Aug 2007 23:39:24 +0000 (23 01:39 +0200)
committerAdrian Bunk <bunk@stusta.de>
Wed, 22 Aug 2007 23:39:24 +0000 (23 01:39 +0200)
tree6a302a3c6cfb1b7131698c4187e1dc1a383505f3
parentb3188291b5c6a9f9c2d6da21ef3f6d02f47d6c2e
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: Adrian Bunk <bunk@kernel.org>
drivers/md/md.c