ChangeLog, Makefile.in, get_device_by_label.c:
get_device_by_label.c: Add call to ext2fs_find_block_device if we
can't find the device using the name given by /proc/partitions. (This
can happen if devfs is compiled into the kernel, but not mounted.)
diff --git a/misc/ChangeLog b/misc/ChangeLog
index fd55752..9b3f68c 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -1,3 +1,10 @@
+2000-08-20 <tytso@valinux.com>
+
+ * get_device_by_label.c: Add call to ext2fs_find_block_device if
+ we can't find the device using the name given by
+ /proc/partitions. (This can happen if devfs is compiled
+ into the kernel, but not mounted.)
+
2000-06-27 Andreas Dilger <adilger@turbolabs.com>
* dumpe2fs.c (usage): add fhx options to usage message, add -x option