> +#define fh_version fh_raw[0] > +#define fh_auth_type fh_raw[1] > +#define fh_fsid_type fh_raw[2] > +#define fh_fileid_type fh_raw[3] I guess that works, even if I find struct field defines a bit confusing. Either way it is better than what we had before, so: Reviewed-by: Christoph Hellwig <hch@xxxxxx>