1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

dmfilemapd: make filemap_monitor->nr_regions uint64_t

This commit is contained in:
Bryn M. Reeves 2017-03-29 20:23:57 +01:00
parent ac6089ee8d
commit 660bd4fe3e

View File

@ -55,7 +55,7 @@ struct filemap_monitor {
/* monitoring heuristics */ /* monitoring heuristics */
int64_t blocks; /* allocated blocks, from stat.st_blocks */ int64_t blocks; /* allocated blocks, from stat.st_blocks */
int64_t nr_regions; uint64_t nr_regions;
int deleted; int deleted;
}; };