| commit | c9afbec27089cd6b4e621b639f41c7fc726c3bf1 | [log] [tgz] |
|---|---|---|
| author | Nicolai Stange <nicstange@gmail.com> | Tue Oct 31 00:15:52 2017 +0100 |
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Nov 07 20:25:02 2017 +0100 |
| tree | bb66d582f6668101cdbca5e6a3592f2398271443 | |
| parent | 7cda7b8f97da9382bb945d541a85cde58d5dac27 [diff] |
debugfs: purge obsolete SRCU based removal protection
Purge the SRCU based file removal race protection in favour of the new,
refcount based debugfs_file_get()/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>