ee cdb26074805f8635af606bd1b9e92f21481c0d51 parent 7b421d24eac79800ee68905f732300a291f72f00 author Tejun Heo 1338896204 +0200 committer Jens Axboe 1338964531 +0200 blkcg: drop local variable @q from blkg_destroy() blkg_destroy() caches @blkg->q in local variable @q. While there are two places which needs @blkg->q, only lockdep_assert_held() used the local variable leading to unused local variable warning if lockdep is configured out. Drop the local variable and just use @blkg->q directly. Signed-off-by: Tejun Heo Reported-by: Rakesh Iyer Signed-off-by: Jens Axboe PDÛ»”(x