table of contents
other versions
- stretch 4.9.168-1
DEBUGFS_USE_FILE_FIN(9) | The debugfs filesystem | DEBUGFS_USE_FILE_FIN(9) |
NAME¶
debugfs_use_file_finish - mark the end of file data accessSYNOPSIS¶
void debugfs_use_file_finish(int srcu_idx);
ARGUMENTS¶
srcu_idxthe 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¶
April 2019 | Kernel Hackers Manual 4.9. |