mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
The real problem was that ioctl handlers needed to call amr_wait_command() with the list lock held. This not only solves the completion race, it also prevents bounce buffer corruption that could arise from amr_start() being called without the proper locks held. Discussed with: ps MFC After: 3 days |
||
|---|---|---|
| .. | ||
| amr.c | ||
| amr_cam.c | ||
| amr_disk.c | ||
| amr_linux.c | ||
| amr_pci.c | ||
| amr_tables.h | ||
| amrio.h | ||
| amrreg.h | ||
| amrvar.h | ||