forked from torvalds/linux
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
uio: Replace mutex info_lock with percpu_ref to improve performance
This patch includes a modification to repace mutex info_lock with percpu_ref, in order to improve uio performance. Reviewed-by: Xiaoguang Wang <xiaoguang.wang@linux.alibaba.com> Signed-off-by: Guixin Liu <kanie@linux.alibaba.com>
- Loading branch information
1 parent
b86f329
commit 271c7d04f21a7c880e9dfb056eca51835576833d
Showing
2 changed files
with
75 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters