mirror of
https://github.com/reactos/reactos.git
synced 2025-08-09 23:53:00 +00:00
[NTFS] - Fix IncreaseMftSize(); check IrpContext to see if waiting for exclusive access to the MFT is allowed. As pointed out by Pierre.
svn path=/branches/GSoC_2016/NTFS/; revision=75170
This commit is contained in:
parent
9ab86116a9
commit
98ddf610bc
3 changed files with 39 additions and 18 deletions
|
@ -667,7 +667,8 @@ NtfsCreate(PNTFS_IRP_CONTEXT IrpContext);
|
|||
|
||||
NTSTATUS
|
||||
NtfsCreateFileRecord(PDEVICE_EXTENSION DeviceExt,
|
||||
PFILE_OBJECT FileObject);
|
||||
PFILE_OBJECT FileObject,
|
||||
BOOLEAN CanWait);
|
||||
|
||||
/* devctl.c */
|
||||
|
||||
|
@ -825,7 +826,8 @@ NtfsFileSystemControl(PNTFS_IRP_CONTEXT IrpContext);
|
|||
NTSTATUS
|
||||
AddNewMftEntry(PFILE_RECORD_HEADER FileRecord,
|
||||
PDEVICE_EXTENSION DeviceExt,
|
||||
PULONGLONG DestinationIndex);
|
||||
PULONGLONG DestinationIndex,
|
||||
BOOLEAN CanWait);
|
||||
|
||||
PNTFS_ATTR_CONTEXT
|
||||
PrepareAttributeContext(PNTFS_ATTR_RECORD AttrRecord);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue