From 920a936511c2a260fa591e6fb46e07a6768f0753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Thu, 21 Sep 2006 13:05:22 +0000 Subject: [PATCH] Added nfsd to the exclude list. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2006-09-21 Benoît Dejean * mountlist.c: (ignore_mount_entry): Added nfsd to the exclude list. --- sysdeps/common/ChangeLog | 6 ++++++ sysdeps/common/mountlist.c | 1 + 2 files changed, 7 insertions(+) diff --git a/sysdeps/common/ChangeLog b/sysdeps/common/ChangeLog index 4c52f235..ed65e678 100644 --- a/sysdeps/common/ChangeLog +++ b/sysdeps/common/ChangeLog @@ -1,3 +1,9 @@ +2006-09-21 Benoît Dejean + + * mountlist.c: (ignore_mount_entry): + + Added nfsd to the exclude list. + 2006-06-24 Benoît Dejean * mountlist.c: (read_filesystem_list): diff --git a/sysdeps/common/mountlist.c b/sysdeps/common/mountlist.c index ad6df03d..db129b02 100644 --- a/sysdeps/common/mountlist.c +++ b/sysdeps/common/mountlist.c @@ -546,6 +546,7 @@ static gboolean ignore_mount_entry(const struct mount_entry *me) "mfs", "mntfs", "mqueue", + "nsfd", "none", "openpromfs", "proc",