Re: [PATCH] bcachefs: Fix potential sleeping during mount

From: Kent Overstreet
Date: Sat Nov 11 2023 - 21:50:48 EST


On Sun, Nov 12, 2023 at 12:38:41AM +0000, Daniel J Blueman wrote:
> During mount, bcachefs mount option processing may sleep while allocating a string buffer.
>
> Fix this by reference counting in order to take the atomic path.
>
> Signed-off-by: Daniel J Blueman <daniel@xxxxxxxxx>

Thanks, applied