Re: [PATCH v2 2/2] FUSE: Retire superblock on force unmount

From: Daniil Lunev
Date: Wed May 18 2022 - 18:57:54 EST


> Yep, messing with the bdi doesn't look good. Fuse always uses a
> private bdi, so it's not even necessary.

The reason I needed to remove the bdi is name collision - fuse
generates a fixed name for its bdi based on the underlying block
device. However, those collisions of mine were conducted on a
version prior to the private bdi introduction, I am not sure if that
is supposed to fix the collision issue. Need to check

Thanks,
Daniil