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

dmstats: use correct value for precise in _stats_create_file()

This commit is contained in:
Bryn M. Reeves 2023-08-24 18:01:19 +01:00 committed by Zdeněk Kabeláč
parent eda99fc383
commit f0fd03b122

View File

@ -5451,7 +5451,7 @@ static int _stats_create_file(CMD_ARGS)
if (!strlen(program_id) && !_switches[FORCE_ARG]) if (!strlen(program_id) && !_switches[FORCE_ARG])
program_id = DM_STATS_PROGRAM_ID; program_id = DM_STATS_PROGRAM_ID;
precise = _int_args[PRECISE_ARG]; precise = _switches[PRECISE_ARG];
group = !_switches[NOGROUP_ARG]; group = !_switches[NOGROUP_ARG];
mode = _stats_get_filemapd_mode(); mode = _stats_get_filemapd_mode();