On 13/09/2023 05:26, Guilherme G. Piccoli wrote:
On 12/09/2023 06:20, Anand Jain wrote:
[...]
I've added Anand's patch
https://lore.kernel.org/linux-btrfs/de8d71b1b08f2c6ce75e3c45ee801659ecd4dc43.1694164368.git.anand.jain@xxxxxxxxxx/
to misc-next that implements subset of your patch, namely extending
btrfs_scan_one_device() with the 'mounting' parameter. I haven't looked
if the semantics is the same so I let you take a look.
As there were more comments to V3, please fix that and resend. Thanks.
[...]
Please also add the newly sent patch to the latest misc-next branch:
[PATCH] btrfs: scan forget for no instance of dev
The test case btrfs/254 fails without it.
Sure Anand, thanks for the heads-up!
Now, sorry for the silly question, but where is misc-next?! I'm looking
here: https://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git/
I based my work in the branch "for-next", but I can't find misc-next.
Also, I couldn't find "btrfs: pseudo device-scan for single-device
filesystems" in the tree...probably some silly confusion from my side,
any advice is appreciated!
David maintains the upcoming mainline merges in the branch "misc-next" here:
https://github.com/kdave/btrfs-devel.git
Thanks.