Neil sent out the following patch for md which is not contained in
the list.
Please consider adding it to the list.
Thanks
Andre
=46rom: Dan Williams <dan.j.williams@intel.com>
rdev->mddev is no longer valid upon return from entry->store() when the
'remove' command is given.
This should go in 2.6.25.stable.
Cc: stable@kernel.org
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Neil Brown <neilb@suse.de>
### Diffstat output
./drivers/md/md.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff .prev/drivers/md/md.c ./drivers/md/md.c
--- .prev/drivers/md/md.c 2008-04-29 12:27:50.000000000 +1000
+++ ./drivers/md/md.c 2008-04-29 12:27:55.000000000 +1000
@@ -2096,7 +2096,7 @@ rdev_attr_store(struct kobject *kobj, st
rv =3D -EBUSY;
else
rv =3D entry->store(rdev, page, length);
- mddev_unlock(rdev->mddev);
+ mddev_unlock(mddev);
}
return rv;
}
--=20
The only person who always got his work done by Friday was Robinson Crusoe