]> sourceware.org Git - lvm2.git/commit
libdm: add min_num_bits to dm_bitset_parse_list()
authorBryn M. Reeves <bmr@redhat.com>
Sun, 11 Dec 2016 22:41:45 +0000 (22:41 +0000)
committerBryn M. Reeves <bmr@redhat.com>
Tue, 13 Dec 2016 21:02:18 +0000 (21:02 +0000)
commit7dff632c11e6ddce77dc9cde8f9011bb22970589
treec0098cf8369b0ebbf1f87dbe67c24e7286d353b4
parente8d966bc31741f846dc6d0d4af9a565d19560b98
libdm: add min_num_bits to dm_bitset_parse_list()

It's useful to be able to specify a minimum number of bits for a
new bitmap parsed from a list, for e.g. to allow for expansing a
group without needing to copy/reallocate the bitmap.

Add a backwards compatible symbol for programs linked against old
versions of the library.
libdm/.exported_symbols.DM_1_02_138
libdm/datastruct/bitset.c
libdm/libdevmapper.h
libdm/libdm-stats.c
This page took 0.042354 seconds and 5 git commands to generate.