diff options
Diffstat (limited to 'util-linux/umount.c')
-rw-r--r-- | util-linux/umount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/umount.c b/util-linux/umount.c index be0300394..91da69674 100644 --- a/util-linux/umount.c +++ b/util-linux/umount.c | |||
@@ -103,6 +103,7 @@ int umount_main(int argc UNUSED_PARAM, char **argv) | |||
103 | if (opt & OPT_ALL) | 103 | if (opt & OPT_ALL) |
104 | bb_error_msg_and_die("can't open '%s'", bb_path_mtab_file); | 104 | bb_error_msg_and_die("can't open '%s'", bb_path_mtab_file); |
105 | } else { | 105 | } else { |
106 | setup_common_bufsiz(); | ||
106 | while (getmntent_r(fp, &me, bb_common_bufsiz1, COMMON_BUFSIZE)) { | 107 | while (getmntent_r(fp, &me, bb_common_bufsiz1, COMMON_BUFSIZE)) { |
107 | /* Match fstype if passed */ | 108 | /* Match fstype if passed */ |
108 | if (!match_fstype(&me, fstype)) | 109 | if (!match_fstype(&me, fstype)) |