]> asedeno.scripts.mit.edu Git - linux.git/commit
bcache: move closure debug file into debug directory
authorChengguang Xu <cgxu519@gmx.com>
Mon, 19 Mar 2018 00:36:23 +0000 (17:36 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 19 Mar 2018 02:15:20 +0000 (20:15 -0600)
commitdf2b94313ae5b4f60d49e01d4dff5acb4c2757cf
tree124c33fcd0df9753d7c9805c435320bcb89d373a
parentca71df31661a0518ed58a1a59cf1993962153ebb
bcache: move closure debug file into debug directory

In current code closure debug file is outside of debug directory
and when unloading module there is lack of removing operation
for closure debug file, so it will cause creating error when trying
to reload  module.

This patch move closure debug file into "bcache" debug direcory
so that the file can get deleted properly.

Signed-off-by: Chengguang Xu <cgxu519@gmx.com>
Reviewed-by: Michael Lyle <mlyle@lyle.org>
Reviewed-by: Tang Junhui <tang.junhui@zte.com.cn>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/bcache/closure.c
drivers/md/bcache/closure.h
drivers/md/bcache/debug.c
drivers/md/bcache/super.c