mirror of
https://github.com/winfsp/winfsp.git
synced 2026-01-08 04:09:24 -06:00
sys: QueryDirectory stability:
- FspMetaCacheAddItem now handles exceptions during copy from fs buffer - FspFsvolQueryDirectoryLengthMax is correct max length for QueryDirectory
This commit is contained in:
@@ -837,6 +837,10 @@ PIRP FspIoqNextCompleteIrp(FSP_IOQ *Ioq, PIRP BoundaryIrp);
|
||||
ULONG FspIoqRetriedIrpCount(FSP_IOQ *Ioq);
|
||||
|
||||
/* meta cache */
|
||||
enum
|
||||
{
|
||||
FspMetaCacheItemHeaderSize = MEMORY_ALLOCATION_ALIGNMENT,
|
||||
};
|
||||
typedef struct
|
||||
{
|
||||
KSPIN_LOCK SpinLock;
|
||||
|
||||
Reference in New Issue
Block a user