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 <[EMAIL PROTECTED]>




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to