block: remove unused ->busy part of the block queue tag map
authorMatthew Wilcox <matthew@wil.cx>
Tue, 26 Aug 2008 07:02:28 +0000 (09:02 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 27 Aug 2008 07:50:19 +0000 (09:50 +0200)
commit0e3eb45e4fe901d92bf9eae103155a57517af32e
treec46a1a27043c644386f68ddabf6d4322ec6b342b
parentaefcc28a3a63ac33a298777aa50ba43641c75241
block: remove unused ->busy part of the block queue tag map

It's not used for anything. On top of that, it's racy and can thus
trigger a faulty BUG_ON() in __blk_free_tags() on queue exit.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/blk-tag.c