13
0

Support querying disk space for disks > 16TB

under the hood `fsblkcnt_t` is used.
This commit is contained in:
Robin Gareus 2024-05-13 21:32:10 +02:00
parent 1b1d6e767b
commit 68d3be8918
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -2113,7 +2113,7 @@ private:
std::vector<space_and_path> session_dirs;
std::vector<space_and_path>::iterator last_rr_session_dir;
uint32_t _total_free_4k_blocks;
uint64_t _total_free_4k_blocks;
/** If this is true, _total_free_4k_blocks is not definite,
as one or more of the session directories' filesystems
could not report free space.