On Sat, Apr 25, 2020 at 11:28:54AM -0700, Christoph Hellwig wrote: > On Tue, Apr 21, 2020 at 07:07:19PM -0700, Darrick J. Wong wrote: > > +const struct xlog_recover_intent_type xlog_recover_rmap_type = { > > + .recover_intent = xlog_recover_rui, > > + .recover_done = xlog_recover_rud, > > + .process_intent = xlog_recover_process_rui, > > + .cancel_intent = xlog_recover_cancel_rui, > > Can you make sure your method instance names are always > someprefix_actual_method_name? That makes life so much easier when > looking for all instances. Will do. --D