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",