* fhandler_disk_file.cc (fhandler_disk_file::fstatvfs): Add debug
output.
This commit is contained in:
parent
28fad4ee1b
commit
fcef025b94
@ -1,3 +1,8 @@
|
||||
2014-07-03 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* fhandler_disk_file.cc (fhandler_disk_file::fstatvfs): Add debug
|
||||
output.
|
||||
|
||||
2014-06-25 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* errno.cc (errmap): Fix order of SERVICE_REQUEST_TIMEOUT.
|
||||
|
@ -800,6 +800,10 @@ fhandler_disk_file::fstatvfs (struct statvfs *sfs)
|
||||
}
|
||||
ret = 0;
|
||||
}
|
||||
else
|
||||
debug_printf ("%y = NtQueryVolumeInformationFile"
|
||||
"(%S, FileFsFullSizeInformation)",
|
||||
status, pc.get_nt_native_path ());
|
||||
out:
|
||||
if (opened)
|
||||
NtClose (fh);
|
||||
|
Loading…
Reference in New Issue
Block a user