Revision 7f59203abeaf18bf3497b308891f95a4489810ad authored by Josef Bacik on 27 January 2010, 02:09:00 UTC, committed by Chris Mason on 28 January 2010, 21:20:39 UTC
Hit this problem while testing RAID1 failure stuff.  open_bdev_exclusive
returns ERR_PTR(), not NULL.  So change the return value properly.  This
is important if you accidently specify a device that doesn't exist when
trying to add a new device to an array, you will panic the box
dereferencing bdev.

Signed-off-by: Josef Bacik <josef@redhat.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
1 parent f48b907
History
File Mode Size
busses
dev-interface -rw-r--r-- 8.7 KB
fault-codes -rw-r--r-- 5.0 KB
functionality -rw-r--r-- 5.9 KB
i2c-protocol -rw-r--r-- 2.4 KB
i2c-stub -rw-r--r-- 1.6 KB
instantiating-devices -rw-r--r-- 8.6 KB
smbus-protocol -rw-r--r-- 7.4 KB
summary -rw-r--r-- 2.1 KB
ten-bit-addresses -rw-r--r-- 1.1 KB
upgrading-clients -rw-r--r-- 6.9 KB
writing-clients -rw-r--r-- 14.6 KB

back to top