mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
[FASTFAT]
Properly handle directories when notifying the kernel about creation.
This makes the MS test application fully passing on ReactOS.
You can find it at: aa365261
%28v=vs.85%29.aspx
CORE-2582
svn path=/trunk/; revision=62446
This commit is contained in:
parent
3d38a13543
commit
a101d80ab6
1 changed files with 2 additions and 1 deletions
|
@ -762,7 +762,8 @@ VfatCreateFile(
|
|||
pFcb->PathNameU.Length - pFcb->LongNameU.Length,
|
||||
NULL,
|
||||
NULL,
|
||||
FILE_NOTIFY_CHANGE_FILE_NAME,
|
||||
((*pFcb->Attributes & FILE_ATTRIBUTE_DIRECTORY) ?
|
||||
FILE_NOTIFY_CHANGE_DIR_NAME : FILE_NOTIFY_CHANGE_FILE_NAME),
|
||||
FILE_ACTION_ADDED,
|
||||
NULL);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue