*: add most of the required setup_common_bufsiz() calls
[oweals/busybox.git] / util-linux / mdev.c
index 7473b1855655c0487ece61172d2b12f65d4526e2..37514eb542febe6bc2e07b9d57156a9590c3f0e6 100644 (file)
@@ -288,6 +288,7 @@ struct globals {
 } FIX_ALIASING;
 #define G (*(struct globals*)bb_common_bufsiz1)
 #define INIT_G() do { \
+       setup_common_bufsiz(); \
        IF_NOT_FEATURE_MDEV_CONF(G.cur_rule.maj = -1;) \
        IF_NOT_FEATURE_MDEV_CONF(G.cur_rule.mode = 0660;) \
 } while (0)