From 7b91f020217823736f59e9eccfc721b05b937807 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 1 Mar 2001 07:50:04 +0000 Subject: Reduce the size of mount (and bypass /proc/filesystems) by using the sysfs system call, based on work done by Glenn McGrath in December. -Erik --- utility.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utility.c') diff --git a/utility.c b/utility.c index df4573c16..76299beb7 100644 --- a/utility.c +++ b/utility.c @@ -63,8 +63,8 @@ #include #include -/* Busybox mount uses either /proc/filesystems or /dev/mtab to get the - * list of available filesystems used for the -t auto option */ +/* Busybox mount uses either /proc/mounts or /dev/mtab to + * get the list of currently mounted filesystems */ #if defined BB_MOUNT || defined BB_UMOUNT || defined BB_DF # if defined BB_MTAB const char mtab_file[] = "/etc/mtab"; -- cgit v1.2.3