]> git.ipfire.org Git - thirdparty/util-linux.git/commit - libblkid/src/probe.c
libblkid: cleanup names, don't copy probing results
authorKarel Zak <kzak@redhat.com>
Mon, 23 Feb 2015 14:45:41 +0000 (15:45 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 24 Feb 2015 09:24:15 +0000 (10:24 +0100)
commitaf17d349fcbb6f42dcac66d13c44e8697410e6de
tree38fd3ddc765fab0943db4421aa84a2ec3b3cb3cd
parent6c4a7811f85fc64cb0b0fb9f3e266592ed9c40dc
libblkid: cleanup names, don't copy probing results

* cleanup function and variable names (s/vals/values/)
* in "safe probe" mode libblkid copies probing result from the first
  attempt, this is unnecessary, with values list we can just move
  values to another list rather than copy all.
* add new debug messages

Signed-off-by: Karel Zak <kzak@redhat.com>
libblkid/src/blkidP.h
libblkid/src/partitions/partitions.c
libblkid/src/probe.c
libblkid/src/superblocks/superblocks.c
libblkid/src/topology/topology.c