* fhandler_disk_file.cc (fhandler_disk_file::fstatvfs): Add debug

output.
This commit is contained in:
Corinna Vinschen 2014-07-03 16:48:21 +00:00
parent 28fad4ee1b
commit fcef025b94
2 changed files with 9 additions and 0 deletions

View File

@ -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.

View File

@ -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);