On Fri, Apr 15, 2011 at 2:34 PM, Michal Suchanek <hramrach@xxxxxxxxxx> wrote: > On 15 April 2011 14:29, Miklos Szeredi <miklos@xxxxxxxxxx> wrote: >> 2) take whiteout/opaque support from union mounts and use that > > How far from importing full unionmount is that? Whiteout/opaque support is quite separate from the rest of union mounts, and could be reusable for overlayfs. There are several reasons why I didn't want to go that way with: - lots of filesystems would have to be updated - it introduces incompatibility in the filesystem format, which can be a real pain (not for tmpfs, obviously, since tmpfs doesn't have a persistent backing) There *are* advantages to doing whiteouts in the filesystem, for example it makes file removal atomic. But atomicity is something that needs to be addressed in lots of other places (e.g. copy up) not just during whiteout, and there are other ways to do that than push the responsibility into each and every filesystem. Thanks, Miklos -- 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