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
Kconfig -rw-r--r-- 773 bytes
Makefile -rw-r--r-- 403 bytes
clockevents.c -rw-r--r-- 6.1 KB
clocksource.c -rw-r--r-- 19.1 KB
jiffies.c -rw-r--r-- 2.6 KB
ntp.c -rw-r--r-- 12.6 KB
tick-broadcast.c -rw-r--r-- 14.8 KB
tick-common.c -rw-r--r-- 9.4 KB
tick-internal.h -rw-r--r-- 4.4 KB
tick-oneshot.c -rw-r--r-- 3.7 KB
tick-sched.c -rw-r--r-- 19.5 KB
timecompare.c -rw-r--r-- 4.8 KB
timeconv.c -rw-r--r-- 3.5 KB
timekeeping.c -rw-r--r-- 22.2 KB
timer_list.c -rw-r--r-- 7.2 KB
timer_stats.c -rw-r--r-- 9.8 KB

back to top