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
i386
x86_64
00-INDEX -rw-r--r-- 179 bytes
boot.txt -rw-r--r-- 34.3 KB
earlyprintk.txt -rw-r--r-- 5.7 KB
exception-tables.txt -rw-r--r-- 11.7 KB
mtrr.txt -rw-r--r-- 10.2 KB
pat.txt -rw-r--r-- 7.6 KB
usb-legacy-support.txt -rw-r--r-- 1.8 KB
zero-page.txt -rw-r--r-- 1.4 KB

back to top