> struct xfs_ifork { > int if_bytes; /* bytes in if_u1 */ > + unsigned int if_seq; I wonder if a comment here wouldn't be helpful in the future, like: /* ext list modification counter */ It's just a suggestion though, any way you can add: Reviewed-by: Carlos Maiolino <cmaiolino@xxxxxxxxxx> > struct xfs_btree_block *if_broot; /* file's incore btree root */ > short if_broot_bytes; /* bytes allocated for root */ > unsigned char if_flags; /* per-fork flags */ > -- > 2.18.0 > > -- > 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 -- Carlos -- 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