Following this email are three patches against overlayfs.v17 which allow it to work against v3.10-rc6 and later. With these applied overlayfs passes basic testing. overlayfs -- ovl_path_open should not take path reference Found this in testing on Ubuntu raring, testing against loopback mounted files. Without this change we were unable to release the loopback device for reuse. Looking at it actually we were also leaking references on the root filesystem, but these are not as obvious. vfs: export do_splice_direct() to modules -- fix overlayfs -- follow change to do_splice_direct interface This pair switch us to the new do_splice_direct interface. Note that the first one is effectivly a fix for the existing export of this interface and likely should be merged down into it. Please consider for your overlayfs branch. -apw -- 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