mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 00:51:35 +00:00
orangefs: make devreq_mutex static
Signed-off-by: Martin Brandenburg <martin@omnibond.com>
This commit is contained in:
parent
c27889cdb4
commit
a0fe051592
3 changed files with 2 additions and 4 deletions
|
@ -54,9 +54,6 @@ module_param(module_parm_debug_mask, ulong, 0644);
|
|||
module_param(op_timeout_secs, int, 0);
|
||||
module_param(slot_timeout_secs, int, 0);
|
||||
|
||||
/* synchronizes the request device file */
|
||||
DEFINE_MUTEX(devreq_mutex);
|
||||
|
||||
/*
|
||||
* Blocks non-priority requests from being queued for servicing. This
|
||||
* could be used for protecting the request list data structure, but
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue