linux/fs/debugfs
Nicolai Stange 69d29f9e6a debugfs: convert to debugfs_file_get() and -put()
Convert all calls to the now obsolete debugfs_use_file_start() and
debugfs_use_file_finish() from the debugfs core itself to the new
debugfs_file_get() and debugfs_file_put() API.

Fixes: 49d200deaa ("debugfs: prevent access to removed files' private data")
Signed-off-by: Nicolai Stange <nicstange@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-11-07 20:25:02 +01:00
..
file.c debugfs: convert to debugfs_file_get() and -put() 2017-11-07 20:25:02 +01:00
inode.c debugfs: implement per-file removal protection 2017-11-07 20:25:02 +01:00
internal.h debugfs: implement per-file removal protection 2017-11-07 20:25:02 +01:00
Makefile