On 06/02/2018 6:50 PM, Nix wrote: > On 6 Feb 2018, Coly Li verbalised: >> diff --git a/drivers/md/bcache/bcache.h b/drivers/md/bcache/bcache.h >> index 7917b3820dd5..263164490833 100644 >> --- a/drivers/md/bcache/bcache.h >> +++ b/drivers/md/bcache/bcache.h >> @@ -287,6 +287,12 @@ struct io { >> sector_t last; >> }; >> >> +enum stop_on_faliure { > > failure? > >> + BCH_CACHED_DEV_STOP_ATUO = 0, > > AUTO? > >> + enum stop_on_faliure stop_when_cache_set_failed; > > (... and all uses would need changing too.) > Thanks for the errata, I just send a single update for this patch. Coly Li