Seems fine, but are the __uint32_t instances in the code not a problem? Thanks, -Eric On 9/9/17 10:02 AM, Khem Raj wrote: > Signed-off-by: Khem Raj <raj.khem@xxxxxxxxx> > --- > common/hsmapi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/common/hsmapi.c b/common/hsmapi.c > index 6054773..0709dbe 100644 > --- a/common/hsmapi.c > +++ b/common/hsmapi.c > @@ -585,7 +585,7 @@ HsmModifyExtentMap( > struct getbmapx *bmap) > { > dmf_f_ctxt_t *dmf_f_ctxtp = (dmf_f_ctxt_t *)contextp; > - __int64_t length; > + int64_t length; > > if (bmap[0].bmv_entries <= 0) { > return 1; /* caller must already be at EOF */ > -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html