libgeom maintains a quasi-private mapping of /dev/devstat, which might grow
over time if new devices appear. When the mapping needs to be expanded, the
old mapping is passed as a hint, but this appears to be unnecessary.
Thus:
- stop passing a hint when remapping
- don't create a mapping in geom_stats_open(), as geom_stats_resync() will create it for us,
- check for errors from munmap().