Skip to content
Commit 802d738a authored by Lynus Vaz's avatar Lynus Vaz Committed by Arun Kumar Neelakantam
Browse files

trace: ipc_logging: Release the debugfs SRCU when reading



Global debugfs SRCU lock is acquired while reading log_cont file
and not released until read operation is killed which blocks all
other clients adding and removing debugfs nodes.

Avoid using debugfs global SRCU lock during read operation by using
"debugfs_create_file_unsafe".

CRs-Fixed: 2066241
Change-Id: Ie471ca8f65123f1fd6db80d2006843d1a2250984
Signed-off-by: default avatarArun Kumar Neelakantam <aneela@codeaurora.org>
parent 1a395d00
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment