debugfs_use_file_finish (9) - Linux Manuals
debugfs_use_file_finish: mark the end of file data access
NAME
debugfs_use_file_finish - mark the end of file data access
SYNOPSIS
-
void debugfs_use_file_finish(int
srcu_idx);
ARGUMENTS
srcu_idx
-
- the SRCU index "created" by a former call to debugfs_use_file_start.
DESCRIPTION
Allow any ongoing concurrent call into debugfs_remove or debugfs_remove_recursive blocked by a former call to debugfs_use_file_start to proceed and return to its caller.
COPYRIGHT