On Thu, Oct 01, 2015 at 02:30:47PM -0700, Mark Fasheh wrote: > At the moment, userspace has no way of knowing when a snapshot is finally > removed. This has become a problem when writing tests for btrfs, > > http://article.gmane.org/gmane.comp.file-systems.fstests/1239/ In the meantime the command 'btrfs subvolume sync /path id' has been implemented which does what you need, without the new ioctl. Also, you can query root_item::drop_progress directly through the SEARCH_TREE ioctl as well. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
