X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fdf.c;h=ff701725f42dc80b3084754503966eb0ca5613ab;hb=c13a935c8bdb40daf1f7078fc81bf05b90c7cd90;hp=d99af4bb2d4cffd7b25df3aa6f8ed2704206a4b0;hpb=a8700539e4131ae20af1462d1e6c6ec38a266577;p=collectd.git diff --git a/src/df.c b/src/df.c index d99af4bb..ff701725 100644 --- a/src/df.c +++ b/src/df.c @@ -17,7 +17,7 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * * Authors: - * Florian octo Forster + * Florian octo Forster * Paul Sadauskas **/ @@ -270,11 +270,7 @@ static int df_read (void) else { if (strcmp (mnt_ptr->dir, "/") == 0) - { - if (strcmp (mnt_ptr->type, "rootfs") == 0) - continue; sstrncpy (disk_name, "root", sizeof (disk_name)); - } else { int i, len;