[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080430075808.GB23944@skl-net.de>
Date: Wed, 30 Apr 2008 09:58:08 +0200
From: Andre Noll <maan@...temlinux.org>
To: Greg KH <gregkh@...e.de>
Cc: linux-kernel@...r.kernel.org, stable@...nel.org,
akpm@...ux-foundation.org, Neil Brown <neilb@...e.de>,
Dan Williams <dan.j.williams@...el.com>
Subject: Re: [00/37] 2.6.25-stable review
On 10:17, Greg KH wrote:
> This is the start of the stable review cycle for the 2.6.25.1 release.
Neil sent out the following patch for md which is not contained in
the list.
Please consider adding it to the list.
Thanks
Andre
From: Dan Williams <dan.j.williams@...el.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@...nel.org
Signed-off-by: Dan Williams <dan.j.williams@...el.com>
Signed-off-by: Neil Brown <neilb@...e.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 = -EBUSY;
else
rv = entry->store(rdev, page, length);
- mddev_unlock(rdev->mddev);
+ mddev_unlock(mddev);
}
return rv;
}
--
The only person who always got his work done by Friday was Robinson Crusoe
Download attachment "signature.asc" of type "application/pgp-signature" (190 bytes)
Powered by blists - more mailing lists