Revision 671d40f4aa20d31121695e33393c9bd87053f4fa authored by Alexey Dobriyan on 23 April 2007, 21:41:07 UTC, committed by Linus Torvalds on 24 April 2007, 15:23:08 UTC
pcd_lock and pf_spin_lock are passed to blk_init_queue() which, seeing them
as valid lock pointer, sets it as ->queue_lock.

The problem is that pcd_lock and pf_spin_lock aren't initialized anywhere.

Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
Cc: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent f318a63
History
File Mode Size
NMI-RCU.txt -rw-r--r-- 3.8 KB
RTFP.txt -rw-r--r-- 15.5 KB
UP.txt -rw-r--r-- 5.0 KB
arrayRCU.txt -rw-r--r-- 4.4 KB
checklist.txt -rw-r--r-- 11.7 KB
listRCU.txt -rw-r--r-- 10.7 KB
rcu.txt -rw-r--r-- 3.9 KB
rcuref.txt -rw-r--r-- 2.2 KB
torture.txt -rw-r--r-- 6.7 KB
whatisRCU.txt -rw-r--r-- 34.3 KB

back to top