diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/common/ChangeLog | 6 | ||||
-rw-r--r-- | sysdeps/common/mountlist.c | 1 |
2 files changed, 7 insertions, 0 deletions
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 <benoit@placenet.org> + + * mountlist.c: (ignore_mount_entry): + + Added nfsd to the exclude list. + 2006-06-24 Benoît Dejean <benoit@placenet.org> * 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", |