diff --git a/fs_statfs_notype.go b/fs_statfs_notype.go index 0bef25bd..fc16802d 100644 --- a/fs_statfs_notype.go +++ b/fs_statfs_notype.go @@ -15,8 +15,8 @@ package procfs -// isRealProc returns true on architectures that don't have a Type argument +// isRealProc returns false on architectures that don't have a Type argument // in their Statfs_t struct. func isRealProc(_ string) (bool, error) { - return true, nil + return false, nil }