commit | dd840087086f3b93ac20f7472b4fca59aff7b79f | [log] [tgz] |
---|---|---|
author | Ming Lei <ming.lei@canonical.com> | Fri Aug 15 23:16:32 2014 +0800 |
committer | Jens Axboe <axboe@fb.com> | Fri Aug 15 12:38:20 2014 -0600 |
tree | 7041c173625a6099816b920f8f27c1b044a5fda4 | |
parent | c9d26423e56ce1ab4d786f92aebecf859d419293 [diff] |
blk-mq: fix WARNING "percpu_ref_kill() called more than once!" Before doing queue release, the queue has been freezed already by blk_cleanup_queue(), so needn't to freeze queue for deleting tag set. This patch fixes the WARNING of "percpu_ref_kill() called more than once!" which is triggered during unloading block driver. Cc: Tejun Heo <tj@kernel.org> Signed-off-by: Ming Lei <ming.lei@canonical.com> Signed-off-by: Jens Axboe <axboe@fb.com>