mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[CDFS_NEW] Sync with HEAD.
CORE-14315
This commit is contained in:
parent
6158207c31
commit
1986049a38
2 changed files with 2 additions and 7 deletions
|
@ -164,20 +164,15 @@ Return Value:
|
|||
{
|
||||
PAGED_CODE();
|
||||
|
||||
#ifdef __REACTOS__
|
||||
if (!ExAcquireResourceSharedLite( Fcb->Resource, Wait )) {
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
#endif
|
||||
|
||||
NT_ASSERT(IoGetTopLevelIrp() == NULL);
|
||||
IoSetTopLevelIrp((PIRP)FSRTL_CACHE_TOP_LEVEL_IRP);
|
||||
|
||||
#ifndef __REACTOS__
|
||||
return ExAcquireResourceSharedLite( Fcb->Resource, Wait );
|
||||
#else
|
||||
return TRUE;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -19,4 +19,4 @@ reactos/drivers/filesystems/reiserfs # Synced to 0.26
|
|||
The following FSD are shared with: https://github.com/Microsoft/Windows-driver-samples
|
||||
|
||||
reactos/drivers/filesystems/fastfat_new # Synced to 2817004
|
||||
reactos/drivers/filesystems/cdfs_new # Synced to 2817004
|
||||
reactos/drivers/filesystems/cdfs_new # Synced to f73e552
|
||||
|
|
Loading…
Reference in a new issue