OpenCloudOS-Kernel/fs/debugfs
Nicolai Stange c9afbec270 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: 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
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
file.c debugfs: purge obsolete SRCU based removal protection 2017-11-07 20:25:02 +01:00
inode.c debugfs: purge obsolete SRCU based 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