diff options
| author | karlf <[email protected]> | 2016-08-11 13:28:13 -0700 |
|---|---|---|
| committer | karlf <[email protected]> | 2016-08-11 13:28:13 -0700 |
| commit | 96eb96dfb613e4c745db6bd1f53a92fe7e2290fc (patch) | |
| tree | ad5f3ede5cbcd6b598677ce41bcf8318471bdd92 /filesys/fastfat/write.c | |
| parent | 687b274aa38fd05c8c26e3068932121876d7f745 (diff) | |
Updated for "Windows 10 Anniversary Update" (Version 1607)
Diffstat (limited to 'filesys/fastfat/write.c')
| -rw-r--r-- | filesys/fastfat/write.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/filesys/fastfat/write.c b/filesys/fastfat/write.c index 84aefe83..7668fe08 100644 --- a/filesys/fastfat/write.c +++ b/filesys/fastfat/write.c @@ -482,6 +482,7 @@ Return Value: IrpContext->FatIoContext->Wait.Async.FileObject = FileObject; } + } // @@ -863,7 +864,7 @@ Return Value: FatNormalizeAndRaiseStatus( IrpContext, Status ); } - DebugTrace(-1, Dbg, "CommonRead -> %08lx\n", Status ); + DebugTrace(-1, Dbg, "CommonWrite -> %08lx\n", Status ); FatCompleteRequest( IrpContext, Irp, Status ); return Status; @@ -2065,6 +2066,8 @@ Return Value: ValidDataToCheck = ValidDataLength; } + + // // HANDLE THE NON-CACHED CASE @@ -2803,8 +2806,9 @@ Return Value: CcSetFileSizes( FileObject, (PCC_FILE_SIZES)&FcbOrDcb->Header.AllocationSize ); } } + } - + // // Note that we have to unpin repinned Bcbs here after the above // work, but if we are going to post the request, we must do this |
