commit | 69d29f9e6a53559895e6f785f6cf72daa738f132 | [log] [tgz] |
---|---|---|
author | Nicolai Stange <nicstange@gmail.com> | Tue Oct 31 00:15:50 2017 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Nov 07 20:25:02 2017 +0100 |
tree | 580df37d0e089b4ec16c218540a2b4618864bd06 | |
parent | 055ab8e3e3d52e005d2047b14ce63551b3a8b8b5 [diff] |
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: 49d200deaa68 ("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>