Ahem: add new faq entry to list at top of FAQ.html
[oweals/busybox.git] / util-linux / mount.c
index 0bc46ecb58edea80e3ed15e4e1bc5e53b7c11fe4..b059d7094cca787dbebec6701cd942a229b5352d 100644 (file)
@@ -345,7 +345,7 @@ static void show_mounts(char *onlytype)
                        if (strcmp(blockDevice, "rootfs") == 0) {
                                continue;
                        } else if (strcmp(blockDevice, "/dev/root") == 0) {
-                               blockDevice = find_real_root_device_name(blockDevice);
+                               blockDevice = find_real_root_device_name();
                        }
                        if (!onlytype || (strcmp(m->mnt_type, onlytype) == 0)) {
                                printf("%s on %s type %s (%s)\n", blockDevice, m->mnt_dir,