Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display a
authorEric Andersen <andersen@codepoet.org>
Fri, 20 Jun 2003 09:36:49 +0000 (09:36 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 20 Jun 2003 09:36:49 +0000 (09:36 -0000)
commit9d7f0f0fe86be9228db02e672ff5f0b2b4abfff9
tree20549dff65fc0a4dc34482b77229f48ae4a80f2d
parentdd92c77bb0de724cfc06feed5c716f936196ff63
Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display a
"rootfs" entry as well as the traditional "/dev/root" entry.  This caused
applets such as mount and df to display two root filesystem entries....

This teaches the relevant utilities to ignore the "rootfs" entry.
 -Erik
coreutils/df.c
util-linux/mount.c
util-linux/umount.c