*: hopefully all setup_common_bufsiz() are in place
[oweals/busybox.git] / util-linux / umount.c
index be0300394dd8b7fb667e8865fa6e83738aacc9ab..91da69674de1d1320c8d9f7f25dabe2275b81be6 100644 (file)
@@ -103,6 +103,7 @@ int umount_main(int argc UNUSED_PARAM, char **argv)
                if (opt & OPT_ALL)
                        bb_error_msg_and_die("can't open '%s'", bb_path_mtab_file);
        } else {
+               setup_common_bufsiz();
                while (getmntent_r(fp, &me, bb_common_bufsiz1, COMMON_BUFSIZE)) {
                        /* Match fstype if passed */
                        if (!match_fstype(&me, fstype))