]> sourceware.org Git - lvm2.git/commit
libdm: rename dm_stats name, devno and uuid members
authorBryn M. Reeves <bmr@redhat.com>
Thu, 10 Mar 2016 16:51:02 +0000 (16:51 +0000)
committerBryn M. Reeves <bmr@redhat.com>
Tue, 5 Jul 2016 18:53:16 +0000 (19:53 +0100)
commit4a66f02f8876edf6bbbc127d2888a0f50f8be611
treef28ef29778ad43bbc8b3bc3fc4d7afa82f18eac0
parent81fad9e853c45a5c3e56b2bede3a3fc7d7bed30b
libdm: rename dm_stats name, devno and uuid members

The device-mapper name, device numbers and uuid stored in the
dm_stats handle are used only to bind the handle to a specific
device in order to issue ioctls.

Rename them to "bind_*" to reflect this usage in preparation
for caching the device-mapper name of the bound device in the
dm_stats handle.

This will be used to allow optional aliases to be set for
dmstats groups.
libdm/libdm-stats.c
This page took 0.038849 seconds and 5 git commands to generate.