Posted Nov 6, 2007 16:54 UTC (Tue) by bigguiness (guest, #48829)
Parent article: A simple block driver
Just a minor comment/question.
In the sbd_init() function, if the register_blkdev() call fails shouldn't the Queue be removed
(blk_cleanup_queue(Queue);) before the function exits?