mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
sys: POSIX rename improvements
This commit is contained in:
@ -1342,7 +1342,7 @@ NTSTATUS FspFileNodeRenameCheck(PDEVICE_OBJECT FsvolDeviceObject, PIRP OplockIrp
|
||||
* "rename" resource exclusively, which disallows new Opens.
|
||||
*/
|
||||
|
||||
if (!PosixRename && !CheckingOldName)
|
||||
if (!CheckingOldName)
|
||||
{
|
||||
/* replaced file cannot be a directory or mapped as an image */
|
||||
for (
|
||||
|
Reference in New Issue
Block a user