summaryrefslogtreecommitdiffstats
path: root/libblkid/src/superblocks/drbdproxy_datalog.c
Commit message (Collapse)AuthorAgeFilesLines
* misc: again fixing many printf format stringsRuediger Meier2016-03-071-1/+1
| | | | | | | | | | | | | | | | | | | This is again a huge patch regarding printf format strings to fix compiler warnings seen on clang/OSX. I'm trying to follow these rules strictly: #type #format #cast uintmax_t %ju - intmax_t %jd - uint64_t PRIu64 - int64_t PRId64 - size_t %zu - ssize_t %zd - ino_t %ju (uintmax_t) off_t %jd (intmax_t) Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* blkid: convert superblocks to new calling conventionHannes Reinecke2014-03-201-1/+1
| | | | | | | | | | | | | With the previous patch the scanning functions were modified to return a differentiated return code. To correctly abort scanning when an I/O error occurs we need to differentiate between 'error' (= -1) and 'not found' (= 1) in the probe functions. This patch updates all superblock scanning functions to the new calling convention. Signed-off-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Karel Zak <kzak@redhat.com>
* libblkid: DRBD proxy data-log identification.Philipp Marek2011-09-071-0/+55
Signed-off-by: Philipp Marek <philipp.marek@linbit.com> Signed-off-by: Karel Zak <kzak@redhat.com>