Hi Andy, On Mon, Apr 19, 2021 at 9:11 PM Andrew Price <[email protected]> wrote: > v1: https://listman.redhat.com/archives/cluster-devel/2019-April/msg00021.html > > My previous attempt at this did a search+replace to satisfy the field types > in gfs2_ondisk.h, which was a little OTT. This attempt adds a linux/types.h > that gfs2_ondisk.h will pick up instead of the kernel one. > > Having our own gfs2_ondisk.h means that we can support new gfs2 features > unconditionally and more easily experiment with on-disk changes; we can use > the PRI* macros from inttypes.h for consistent string formatting (appease > -Wformat) across architectures, and it gets us closer to being able to > compile gfs2-utils on non-linux systems.
this is looking good, thanks. Andreas
