> +#define RCNEXT(rc) ((rc).rc_startblock + (rc).rc_blockcount) > +#define IS_VALID_RCEXT(ext) ((ext).rc_startblock != NULLAGBLOCK) I would turn these into inline helpers with nice lower case names. Not critical for the merge, though, so: Signed-off-by: Christoph Hellwig <hch@xxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html