On Sun, Jan 22, 2017 at 03:43:09PM +0000, Matthew Wilcox wrote: > In the case of a network filesystem being used to communicate with > a different VM on the same physical machine, there is no backing > device, just a network protocol. Again, do you mean block device? For a filesystem that does not do any pagecache writeback we already don't need a backing device, so I don't really see an issue there to start with. > I'm not terribly enthusiastic about creating a fake block device to > sit on top of a network filesystem, but I suppose we could go that > way if we had to. I see no need to a new network filesystem to have a fake block device. We do need a fake block device for an unchanged or partial DAX aware file system. And those are the only ones we have at the moment, although XFS could be converted to do direct calls bypassing the block layer fairly trivially if needed. For ext2 and ext4 that would be much harder due to the buffer cache dependency. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html