summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKarel Zak2012-02-13 15:10:55 +0100
committerKarel Zak2012-02-13 15:10:55 +0100
commitbb4f07152036dbcdd3744bc85b2aef9c83b39849 (patch)
treed69502d00c2a4b6e68d3300c4f881b3ca2f944c8 /include
parentlogin: add LOGIN_RETRIES, cleanup retries check code (diff)
downloadkernel-qcow2-util-linux-bb4f07152036dbcdd3744bc85b2aef9c83b39849.tar.gz
kernel-qcow2-util-linux-bb4f07152036dbcdd3744bc85b2aef9c83b39849.tar.xz
kernel-qcow2-util-linux-bb4f07152036dbcdd3744bc85b2aef9c83b39849.zip
lib/fsprobe: mar this internal API as deprecated
The fsprobe has been added many years ago to provide unified API for - built-in libblkid - e2fsprogs libblkid - udev libvolume_id these all is unnecessary as we strictly depends on built-in libblkid. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/fsprobe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fsprobe.h b/include/fsprobe.h
index 9e2bf50f7..d9c1dc494 100644
--- a/include/fsprobe.h
+++ b/include/fsprobe.h
@@ -1,6 +1,8 @@
#ifndef FSPROBE_H
#define FSPROBE_H
/*
+ * THIS IS DEPRECATED -- use blkid_evaluate_* API rather than this extra layer
+ *
* This is the generic interface for filesystem guessing libraries.
* Implementations are provided by
*/