Hi Al, Here is my v1 version of the patch which does skip the node in testing super https://lore.kernel.org/linux-fsdevel/20220511013057.245827-1-dlunev@xxxxxxxxxxxx/T/#u I am not particular which version is to be used. However note, it still needs to remove the bdi node since otherwise the new mount will have a conflict. The bdi put should not kill the bdi if it has more references (and then conflict would still occur, but chances of bdi being opened for a long time is low AFAIU), thus this should be safe, but I might be missing something. Note, that FUSE super block at the time is barely alive, it may have open filehandles/references, but the connection with user space is already cut and all of the ops would return transport error. Let me know what you think and how we can address it better maybe? Thanks, Daniil