Re: [PATCH v5 06/10] bcache: add stop_when_cache_set_failed option to backing device
From: Coly Li <hidden>
Date: 2018-02-06 11:25:11
Also in:
linux-block
From: Coly Li <hidden>
Date: 2018-02-06 11:25:11
Also in:
linux-block
On 06/02/2018 6:50 PM, Nix wrote:
On 6 Feb 2018, Coly Li verbalised:quoted
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?quoted
+ BCH_CACHED_DEV_STOP_ATUO = 0,AUTO?quoted
+ 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