From 5b911ddd577373dfcbd3d2dade7089ff611ea35e Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Wed, 23 Feb 2000 22:49:58 +0000 Subject: Fixed rebooting when init runs as /linuxrc -Erik --- util-linux/umount.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'util-linux') diff --git a/util-linux/umount.c b/util-linux/umount.c index b58b1a08c..0f087e197 100644 --- a/util-linux/umount.c +++ b/util-linux/umount.c @@ -59,9 +59,13 @@ static int doRemount = FALSE; extern const char mtab_file[]; /* Defined in utility.c */ + /* These functions are here because the getmntent functions do not appear * to be re-entrant, which leads to all sorts of problems when we try to * use them recursively - randolph + * + * TODO: Perhaps switch to using Glibc's getmntent_r + * -Erik */ void mtab_read(void) { -- cgit v1.2.3