commit | 0e3eb45e4fe901d92bf9eae103155a57517af32e | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Tue Aug 26 09:02:28 2008 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Wed Aug 27 09:50:19 2008 +0200 |
tree | c46a1a27043c644386f68ddabf6d4322ec6b342b | |
parent | aefcc28a3a63ac33a298777aa50ba43641c75241 [diff] |
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>