summaryrefslogtreecommitdiff
path: root/sysdeps/common
diff options
context:
space:
mode:
authorBenoît Dejean <benoit@placenet.org>2006-09-21 13:05:22 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2006-09-21 13:05:22 +0000
commit920a936511c2a260fa591e6fb46e07a6768f0753 (patch)
tree0528eed1dde878c03a46b8ec724c162f60becf04 /sysdeps/common
parent648c28b3328dfbd9dc2a28b7dd938d27339b698b (diff)
downloadlibgtop-920a936511c2a260fa591e6fb46e07a6768f0753.tar.gz
Added nfsd to the exclude list.
2006-09-21 Benoît Dejean <benoit@placenet.org> * mountlist.c: (ignore_mount_entry): Added nfsd to the exclude list.
Diffstat (limited to 'sysdeps/common')
-rw-r--r--sysdeps/common/ChangeLog6
-rw-r--r--sysdeps/common/mountlist.c1
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",