[UDFS]
authorPierre Schweitzer <pierre@reactos.org>
Sat, 3 Jun 2017 18:12:25 +0000 (18:12 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Sat, 3 Jun 2017 18:12:25 +0000 (18:12 +0000)
commitbcd5f02d0f5070a85675dcced9c6dfb7a1374467
tree2c6e127487fb34528f02cd20e895be2abfe2799d
parent61e603ee5a417f16e7aa7d64733b8d485aa0ef23
[UDFS]
HIde a bug in UDFQueueDelayedClose() by removing the boolean storing the fact
that VCB resource was (or not) acquired.
If you debug it, you see that in finally block, value is set to false on exit
without any reason: it is always acquired!
Given it's always acquired, just drop the boolean, but this doesn't explain the
root cause of this bug....

Here it helps avoiding deadlocks on directory listing on a DVD formatted with UDF

CORE-4375

svn path=/trunk/; revision=74780
reactos/drivers/filesystems/udfs/close.cpp