commit | cd25f54961273c2e4cbd47441e04832468382a5e | [log] [tgz] |
---|---|---|
author | Vivek Goyal <vgoyal@redhat.com> | Wed Mar 02 19:04:50 2011 -0500 |
committer | Jens Axboe <jaxboe@fusionio.com> | Wed Mar 02 19:06:49 2011 -0500 |
tree | 1c0e0442ce87000c2f24d13892aea3371b056153 | |
parent | c94a96ac93b4f5b8d1ff8430b1afa1a25610cf53 [diff] |
loop: No need to initialize ->queue_lock explicitly before calling blk_cleanup_queue() Now we initialize ->queue_lock at queue allocation time so driver does not have to worry about initializing it before calling blk_cleanup_queue(). Signed-off-by: Jens Axboe <jaxboe@fusionio.com>