]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libblkid: export blkid_probe_reset_hints()
authorKarel Zak <kzak@redhat.com>
Mon, 9 Nov 2020 10:42:58 +0000 (11:42 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 9 Nov 2020 10:42:58 +0000 (11:42 +0100)
commit248c239b272a6bcd0deffb62ed51a83bb71a1593
tree9c179e33e1503f02a699e3e9daf95bef65ee05cd
parentac3a0fd92e571ccc46919bc0a651d0647e7b5d36
libblkid: export blkid_probe_reset_hints()

* make hints persistent and do not call blkid_probe_reset_hints() in
  blkid_probe_set_device()
* export blkid_probe_reset_hints() by API to keep it completely in
  user's hands

Reported-by: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
libblkid/docs/libblkid-sections.txt
libblkid/src/blkid.h.in
libblkid/src/libblkid.sym
libblkid/src/probe.c