mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-17 06:04:23 +03:00
d9bec60a23
I am reverting the commit below - removing the new 'dm_config_get_int' function and simply calling 'dm_config_get_uint32' while casting the 'int *' pointer parameter. Commit being reverted: commit 94377dfd5ee7bbbdeb8836eeeea2198bc32c07f5 Author: Jonathan Brassow <jbrassow@redhat.com> Date: Mon Jan 27 05:26:19 2014 -0600 Misc: New function for reading lvm config file fields Introduce 'dm_config_get_int', which will be used by the upcoming cachepool segment type.