> +static inline bool blk_retryable(blk_status_t error)
The naming isn't really useful - it is about the fact that it's
worth retrying on another path. So please chose a better name,
and add a kerneldoc comment describing it.
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/ma
On 01/04/2018 11:46 PM, Keith Busch wrote:
> This patch provides a common decoder for block status that may be retried
> so various entities wishing to consult this do not have to duplicate
> this decision.
>
> Signed-off-by: Keith Busch
> ---
> include/linux/blk_types.h | 16
>
On Thu, Jan 04 2018 at 5:46pm -0500,
Keith Busch wrote:
> This patch provides a common decoder for block status that may be retried
> so various entities wishing to consult this do not have to duplicate
> this decision.
>
> Signed-off-by: Keith Busch
Acked-by: Mike Snitzer
--
dm-devel maili
This patch provides a common decoder for block status that may be retried
so various entities wishing to consult this do not have to duplicate
this decision.
Signed-off-by: Keith Busch
---
include/linux/blk_types.h | 16
1 file changed, 16 insertions(+)
diff --git a/include/lin