On Thu, Jul 19, 2018 at 11:27:16AM -0700, Darrick J. Wong wrote: > On Thu, Jul 19, 2018 at 06:32:33PM +0200, Christoph Hellwig wrote: > > On Wed, Jul 18, 2018 at 04:40:04PM +0200, Carlos Maiolino wrote: > > > > > > > > > > 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 */ > > > > Does that really add more value? If so I'm happy having it added > > when applying. > For me at least it adds, IMHO, it's simpler to see a small comment in the struct definition other than search what exactly it's supposed to mean in the implementation, but well, this is my view. > Seeing as we have anecdotal evidence that more work will be needed if we > ever want to use it to track change count in the data fork, I think I'll > add the following comment: > > unsigned int if_seq; /* cow fork mod count */ > /me didn't understand, but *shurg* > --D > > > -- > > 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 > -- > 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