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
00-INDEX -rw-r--r-- 788 bytes
3270.ChangeLog -rw-r--r-- 1.8 KB
3270.txt -rw-r--r-- 10.7 KB
CommonIO -rw-r--r-- 4.5 KB
DASD -rw-r--r-- 3.3 KB
Debugging390.txt -rw-r--r-- 95.0 KB
TAPE -rw-r--r-- 4.4 KB
cds.txt -rw-r--r-- 20.5 KB
config3270.sh -rw-r--r-- 2.0 KB
driver-model.txt -rw-r--r-- 9.9 KB
kvm.txt -rw-r--r-- 5.5 KB
monreader.txt -rw-r--r-- 8.4 KB
s390dbf.txt -rw-r--r-- 23.2 KB
zfcpdump.txt -rw-r--r-- 3.7 KB

back to top