We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a757a3f commit c71d198Copy full SHA for c71d198
drivers/filesystems/fastfat/volume.c
@@ -313,6 +313,11 @@ FsdSetFsLabelInformation(
313
}
314
315
pRootFcb = vfatOpenRootFCB(DeviceExt);
316
+ Status = vfatFCBInitializeCacheFromVolume(DeviceExt, pRootFcb);
317
+ if (!NT_SUCCESS(Status))
318
+ {
319
+ return Status;
320
+ }
321
322
/* Search existing volume entry on disk */
323
FileOffset.QuadPart = 0;
0 commit comments