]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lib/fsprobe: mar this internal API as deprecated
authorKarel Zak <kzak@redhat.com>
Mon, 13 Feb 2012 14:10:55 +0000 (15:10 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 13 Feb 2012 14:10:55 +0000 (15:10 +0100)
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>
include/fsprobe.h
lib/fsprobe.c

index 9e2bf50f74d30bc7ffabfa20d24313058eea2374..d9c1dc494c612ffb0aefe40e008cf8889b04cc98 100644 (file)
@@ -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
  */
index 5a173e642003e0db3b79b88c0e939afa4fdab368..1cfc975c6a499b4f7fcbd927a12dd93bd3e71d0e 100644 (file)
 #include "pathnames.h"
 #include "fsprobe.h"
 
+/*
+ * THIS IS DEPRECATED -- use blkid_evaluate_* API rather than this extra layer
+ */
+
+
 static blkid_cache blcache;
 static blkid_probe blprobe;