Files
linux/drivers
Neil Brown 9bbbca3a0e Fix error paths if md_probe fails.
md_probe can fail (e.g. alloc_disk could fail) without
returning an error (as it alway returns NULL).
So when we call mddev_find immediately afterwards, we need
to check that md_probe actually succeeded.  This means checking
that mdev->gendisk is non-NULL.

cc: <stable@kernel.org>
Cc: Dave Jones <davej@redhat.com>
Signed-off-by: Neil Brown <neilb@suse.de>
2008-06-28 08:31:17 +10:00
..
2008-06-11 16:50:40 -07:00
2008-06-12 18:05:40 -07:00
2008-06-19 00:12:35 +02:00
2008-05-24 09:56:11 -07:00
2008-05-20 16:44:43 +02:00
2008-06-19 06:50:32 -04:00
2008-06-20 20:53:35 +02:00
2008-06-19 00:12:36 +02:00
2008-05-20 13:31:55 -07:00
2008-06-28 08:31:17 +10:00
2008-05-21 16:56:00 -07:00
2008-06-20 21:58:02 -07:00
2008-06-12 18:05:42 -07:00
2008-06-15 11:12:20 -05:00
2008-05-20 13:31:55 -07:00