On Wed, Apr 18, 2018 at 05:40:37PM -0700, Matthew Wilcox wrote: > > I've been thinking about this. Ideally we want to pass some kind of > notification all the way up to the desktop and tell the user to plug the > damn stick back in. Then have the USB stick become the same blockdev > that it used to be, and complete the writeback. We are so far from > being able to do that right now that it's not even funny.o Maybe we shouldn't be trying to do any of this in the kernel, or at least as little as possible in the kernel? Perhaps it would be better to do most of this as a device mapper hack; I suspect we'll need userspace help to igure out whether the user has plugged the same USB stick in, or a different USB stick, anyway. - Ted