diff options
author | 2017-01-31 14:53:17 -0800 | |
---|---|---|
committer | 2017-02-02 10:20:16 -0700 | |
commit | a7c5437b0bbec5165df6eb1efc5e37dc40b9e05d (patch) | |
tree | d37659f3ab5b8baccafe06442ca3fa6a1048503c /include/linux/blktrace_api.h | |
parent | scsi, block: fix duplicate bdi name registration crashes (diff) | |
download | linux-rng-a7c5437b0bbec5165df6eb1efc5e37dc40b9e05d.tar.xz linux-rng-a7c5437b0bbec5165df6eb1efc5e37dc40b9e05d.zip |
debugfs: add debugfs_lookup()
We don't always have easy access to the dentry of a file or directory we
created in debugfs. Add a helper which allows us to get a dentry we
previously created.
The motivation for this change is a problem with blktrace and the blk-mq
debugfs entries introduced in 07e4fead45e6 ("blk-mq: create debugfs
directory tree"). Namely, in some cases, the directory that blktrace
needs to create may already exist, but in other cases, it may not. We
_could_ rely on a bunch of implied knowledge to decide whether to create
the directory or not, but it's much cleaner on our end to just look it
up.
Signed-off-by: Omar Sandoval <osandov@fb.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'include/linux/blktrace_api.h')
0 files changed, 0 insertions, 0 deletions