On Wed, Sep 26, 2018 at 09:24:36PM -0700, Dan Williams wrote: > +/* strong / override definition of nfit_intel_shutdown_status */ > +void nfit_intel_shutdown_status(struct nfit_mem *nfit_mem) > +{ > + set_bit(NFIT_MEM_DIRTY_COUNT, &nfit_mem->flags); > + nfit_mem->dirty_shutdown = 42; > +} That's a lot of dirty shutdowns! Better bring a towel. Reviewed-by: Keith Busch <keith.busch@xxxxxxxxx>