summaryrefslogtreecommitdiffstats
path: root/libblkid/docs/Makefile.am
diff options
context:
space:
mode:
authorPali Rohár2017-05-01 11:19:02 +0200
committerPali Rohár2017-05-05 18:38:15 +0200
commitccfb5b0a1d318c1ac96884c70c7b5090331849fc (patch)
treeb20b9f4a1afd1b8ae784771cf5684115b5c48dd2 /libblkid/docs/Makefile.am
parentcolumn: be robust on empty table (diff)
downloadkernel-qcow2-util-linux-ccfb5b0a1d318c1ac96884c70c7b5090331849fc.tar.gz
kernel-qcow2-util-linux-ccfb5b0a1d318c1ac96884c70c7b5090331849fc.tar.xz
kernel-qcow2-util-linux-ccfb5b0a1d318c1ac96884c70c7b5090331849fc.zip
Revert "libblkid: Probe UDF volumes for ISO9660 info as well"
This reverts commit 8053b51c7601c4a7e5f2eca45610b8228f53d408. Reporting meaningless ID_FS_LABEL=UDF_Volume written in that commit was caused by reading wrong value for UDF label and it was fixed in commit 2f2730bc77c972d613cfec421468c84f15749708. So after this revert blkid reports for UDF filesystems label of UDF filesystem and not label of ISO (if present) like other systems. In most cases UDF and ISO labels are same (sometimes just one is upper case). Commit 8053b51c7601c4a7e5f2eca45610b8228f53d408 just fixed result, not reason why blkid reported different UDF Label as Windows. Real reason was fixed in 2f2730bc77c972d613cfec421468c84f15749708.
Diffstat (limited to 'libblkid/docs/Makefile.am')
-rw-r--r--libblkid/docs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libblkid/docs/Makefile.am b/libblkid/docs/Makefile.am
index dc6dd3e5e..83232c4a0 100644
--- a/libblkid/docs/Makefile.am
+++ b/libblkid/docs/Makefile.am
@@ -58,7 +58,7 @@ EXTRA_HFILES=
# Header files to ignore when scanning. Use base file name, no paths
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
IGNORE_HFILES=blkidP.h partitions.h superblocks.h \
- topology.h aix.h dos.h iso9660.h
+ topology.h aix.h dos.h
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png