mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[NTFS]
Addendum to r65112 svn path=/trunk/; revision=65113
This commit is contained in:
parent
7f1c752c3a
commit
d22dd7da46
2 changed files with 3 additions and 1 deletions
|
@ -715,6 +715,9 @@ NtfsFsdWrite(PDEVICE_OBJECT DeviceObject,
|
||||||
|
|
||||||
/* volinfo.c */
|
/* volinfo.c */
|
||||||
|
|
||||||
|
ULONGLONG
|
||||||
|
NtfsGetFreeClusters(PDEVICE_EXTENSION DeviceExt);
|
||||||
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
NtfsQueryVolumeInformation(PNTFS_IRP_CONTEXT IrpContext);
|
NtfsQueryVolumeInformation(PNTFS_IRP_CONTEXT IrpContext);
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
|
|
||||||
/* FUNCTIONS ****************************************************************/
|
/* FUNCTIONS ****************************************************************/
|
||||||
|
|
||||||
static
|
|
||||||
ULONGLONG
|
ULONGLONG
|
||||||
NtfsGetFreeClusters(PDEVICE_EXTENSION DeviceExt)
|
NtfsGetFreeClusters(PDEVICE_EXTENSION DeviceExt)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue