diff options
author | Tejun Heo <htejun@gmail.com> | 2005-06-23 00:08:48 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-23 09:45:15 -0700 |
commit | 2bf0fdad51c6710bf15d0bf4b9b30b8498fe4ddd (patch) | |
tree | e4dea0ce02413260ca4dfc3b7de0bb91570f331b /include/linux/blkdev.h | |
parent | 15d20bfd606c4b4454aeaa05fc86f77994e48c92 (diff) | |
download | kernel-crypto-2bf0fdad51c6710bf15d0bf4b9b30b8498fe4ddd.tar.gz kernel-crypto-2bf0fdad51c6710bf15d0bf4b9b30b8498fe4ddd.tar.xz kernel-crypto-2bf0fdad51c6710bf15d0bf4b9b30b8498fe4ddd.zip |
[PATCH] blk: use find_first_zero_bit() in blk_queue_start_tag()
blk_queue_start_tag() hand-coded searching for the first zero bit in the tag
map. Replace it with find_first_zero_bit(). With this patch,
blk_queue_star_tag() doesn't need to fill remains of tag map with 1, thus
allowing it to work properly with the next remove_real_max_depth patch.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Acked-by: Jens Axboe <axboe@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/blkdev.h')
0 files changed, 0 insertions, 0 deletions