Sweden-Number/dlls/mountmgr.sys
Huw Davies 715edfb0b2 mountmgr.sys: Move dhcp lookup to a worker thread.
While this is a reasonable change per se, the motivation is to avoid a
deadlock when mountmgr.sys calls into iphlpapi and further into
nsiproxy.sys via the nsi device.  nsiproxy.sys is hosted by the same
process as mountmgr.sys so is unable to handle the request while
it is also waiting for that same request to return.

The correct long-term solution is for mountmgr.sys to call the
netio.sys versions of the iphlpapi functions.  These will call the
kernel-side versions of the nsi functions without going through the
nsi device.

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-07-06 16:06:51 +02:00
..
Makefile.in
dbus.c
device.c mountmgr.sys: Simplify query_unix_drive. 2021-03-26 16:48:42 +01:00
diskarb.c
mountmgr.c mountmgr.sys: Move dhcp lookup to a worker thread. 2021-07-06 16:06:51 +02:00
mountmgr.h mountmgr.sys: Move query_unix_drive to drive.c. 2021-03-26 16:48:42 +01:00
mountmgr.sys.spec