increase /proc/stat read buffer
authorKay Sievers <kay.sievers@suse.de>
Fri, 21 Jul 2006 19:42:05 +0000 (21:42 +0200)
committerKay Sievers <kay.sievers@suse.de>
Fri, 21 Jul 2006 19:42:05 +0000 (21:42 +0200)
udevd.c

diff --git a/udevd.c b/udevd.c
index 751231e..38a2643 100644 (file)
--- a/udevd.c
+++ b/udevd.c
@@ -313,7 +313,7 @@ static void msg_queue_insert(struct uevent_msg *msg)
 static int running_processes(void)
 {
        int f;
-       static char buf[4096];
+       static char buf[32768];
        int len;
        int running;
        const char *pos;