summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
diff options
context:
space:
mode:
authorNeil Brown2006-05-26 02:39:25 +0200
committerLinus Torvalds2006-05-26 20:52:11 +0200
commitc71d48877e6f3d5e3eb22fcaaa612081bce3d089 (patch)
tree2adf081ab975f2f1f33b5ba1c04163fcbdf02077 /drivers/md/md.c
parentMerge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan... (diff)
downloadkernel-qcow2-linux-c71d48877e6f3d5e3eb22fcaaa612081bce3d089.tar.gz
kernel-qcow2-linux-c71d48877e6f3d5e3eb22fcaaa612081bce3d089.tar.xz
kernel-qcow2-linux-c71d48877e6f3d5e3eb22fcaaa612081bce3d089.zip
[PATCH] Unlock md devices when stopping them on reboot.
otherwise we get nasty messages about locks not being released. Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/md/md.c')
-rw-r--r--drivers/md/md.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c
index 3ca3cfb03a7e..ec802913f977 100644
--- a/drivers/md/md.c
+++ b/drivers/md/md.c
@@ -5028,8 +5028,10 @@ static int md_notify_reboot(struct notifier_block *this,
printk(KERN_INFO "md: stopping all md devices.\n");
ITERATE_MDDEV(mddev,tmp)
- if (mddev_trylock(mddev))
+ if (mddev_trylock(mddev)) {
do_md_stop (mddev, 1);
+ mddev_unlock(mddev);
+ }
/*
* certain more exotic SCSI devices are known to be
* volatile wrt too early system reboots. While the