df: remove legacy code skipping "rootfs" monitoring
authorMarc Fournier <marc.fournier@camptocamp.com>
Mon, 18 Jan 2016 15:44:52 +0000 (16:44 +0100)
committerFlorian Forster <octo@collectd.org>
Fri, 22 Jan 2016 09:38:08 +0000 (10:38 +0100)
3512bb1 added code to skip duplicate reporting of `rootfs` mounted on `/`.
f9c1c5b and f0398d0 added generic code to skip any volume mounted twice.

Depending on the order of the entries in `/etc/mtab`, reporting for `/` was
entirely skipped.

This patch basically reverts the first, non-generic patch, as it's
superseded by the 2 others.

Fixes #1402

Signed-off-by: Florian Forster <octo@collectd.org>

No differences found