Ahem: add new faq entry to list at top of FAQ.html
[oweals/busybox.git] / util-linux / umount.c
index 37a8f061e8e4ef213a7957fba991078411d13f46..21c2e6e4d422d84775bcd3db1298c6409f9505a8 100644 (file)
@@ -115,7 +115,7 @@ static char *mtab_getinfo(const char *match, const char which)
                                } else if (strcmp(cur->device, "/dev/root") == 0) {
                                        /* Adjusts device to be the real root device,
                                         * or leaves device alone if it can't find it */
-                                       cur->device = find_real_root_device_name(cur->device);
+                                       cur->device = find_real_root_device_name();
                                }
 #endif
                                return cur->device;