commit | 18fbda91c6370d520278db9ee1e768b59ef5c4ab | [log] [tgz] |
---|---|---|
author | Omar Sandoval <osandov@fb.com> | Tue Jan 31 14:53:20 2017 -0800 |
committer | Jens Axboe <axboe@fb.com> | Thu Feb 02 10:20:16 2017 -0700 |
tree | 24a7e92d1dd90533dd783ea87abf13cf55284049 | |
parent | a428d314ebcf65842fd64ad850c02c280586e74d [diff] |
block: use same block debugfs directory for blk-mq and blktrace When I added the blk-mq debugging information to debugfs, I didn't notice that blktrace also creates a "block" directory in debugfs. Make them use the same dentry, now created in the core block code. Based on a patch from Jens. Signed-off-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Jens Axboe <axboe@fb.com>