Re: [PATCH 12/20] bcache: move closures to lib/

From: Kent Overstreet
Date: Wed Jul 12 2023 - 23:52:18 EST


On Wed, Jul 12, 2023 at 08:21:05PM -0700, Randy Dunlap wrote:
> > From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
> > + depends on CLOSURES
> > + select DEBUG_FS
> > + help
> > + Keeps all active closures in a linked list and provides a debugfs
> > + interface to list them, which makes it possible to see asynchronous
> > + operations that get stuck.
>
> Indent those 3 help text lines with 2 additional spaces, please,
> as documented and as is done in (most of) the rest of this file.
>
> With those fixed:
>
> Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Ack