On Fri, Jan 04, 2019 at 01:31:51PM +0800, Anand Jain wrote: > Adds cli and ioctl to forget a scanned device or forget all stale > devices in the kernel. > > Anand Jain (2): > btrfs: refactor btrfs_free_stale_devices() to get return value > btrfs: introduce feature to forget a btrfs device
The 2nd patch has been added to misc-next too, I've updated the changelog a bit. The usecase here is quite small so I don't think we've missed something crucial on the kernel side. The userspace part can provide some convenience shortcuts like --forget-all or specifying by filesystem id where the translation would happen internally, but the ioctl would cover that. Thanks.
