mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Rollback rev. 189093.
mtx_lock() is not needed there as callout initialized with callout_init_mtx(). Sorry. Submitted by: Ian Dowse
This commit is contained in:
parent
77de503bfa
commit
2ef522c17f
1 changed files with 0 additions and 1 deletions
|
|
@ -497,7 +497,6 @@ ata_timeout(struct ata_request *request)
|
|||
//request->flags |= ATA_R_DEBUG;
|
||||
ATA_DEBUG_RQ(request, "timeout");
|
||||
|
||||
mtx_lock(&ch->state_mtx);
|
||||
/*
|
||||
* if we have an ATA_ACTIVE request running, we flag the request
|
||||
* ATA_R_TIMEOUT so ata_finish will handle it correctly
|
||||
|
|
|
|||
Loading…
Reference in a new issue