commit | 03796c149a99e14506db9de3adba710c26f83ba9 | [log] [tgz] |
---|---|---|
author | Omar Sandoval <osandov@fb.com> | Tue Jan 31 14:53:18 2017 -0800 |
committer | Jens Axboe <axboe@fb.com> | Thu Feb 02 10:20:16 2017 -0700 |
tree | 58a4d4e3a113c192fe4a1f1ce043441356bcc83b | |
parent | a7c5437b0bbec5165df6eb1efc5e37dc40b9e05d [diff] |
block: fix debugfs config conditional in struct request_queue The debugfs dentries are only used for CONFIG_BLK_DEBUG_FS, so make them conditional on that instead of CONFIG_DEBUG_FS. Signed-off-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Jens Axboe <axboe@fb.com>