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:
parent
ac6089ee8d
commit
660bd4fe3e
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user