[Pkg-lustre-maintainers] Bug#508078: lustre kernel module uses obsolete blk_put_queue instead of blk_cleanup_queue
Piotr Wadas
pwadas at jewish.org.pl
Sun Dec 7 17:47:00 UTC 2008
Package: lustre-source
Version: 1.6.5.1-4
File /usr/src/modules/lustre/lustre/llite/lloop.c
has the same bug as described with drbd8-source,
it uses old blk_put_queue instead of blk_cleanup_queue,
module builds, but cannot be loaded
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481992
this and rebuild solved it.
//blk_put_queue(loop_dev[i].lo_queue);
blk_cleanup_queue(loop_dev[i].lo_queue);
(lines 726 and 748)
Regards,
Piotr Wadas <pwadas at jewish.org.pl>
More information about the Pkg-lustre-maintainers
mailing list