Grab the mfi_config_lock while performing a MFI_DCMD_CFG_FOREIGN_IMPORT
request on behalf of a user utility. Submitted by: Steven Hartland killing multiplay co uk MFC after: 1 week
This commit is contained in:
parent
c9cd6f0dff
commit
05997f4f44
@ -2550,6 +2550,7 @@ mfi_config_lock(struct mfi_softc *sc, uint32_t opcode)
|
||||
case MFI_DCMD_LD_DELETE:
|
||||
case MFI_DCMD_CFG_ADD:
|
||||
case MFI_DCMD_CFG_CLEAR:
|
||||
case MFI_DCMD_CFG_FOREIGN_IMPORT:
|
||||
sx_xlock(&sc->mfi_config_lock);
|
||||
return (1);
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user