From: Miklos Szeredi <mszeredi@xxxxxxx> Signed-off-by: Miklos Szeredi <mszeredi@xxxxxxx> --- This goes on top of "ovl: fix check for cursor". fs/overlayfs/readdir.c | 1 + 1 file changed, 1 insertion(+) --- a/fs/overlayfs/readdir.c +++ b/fs/overlayfs/readdir.c @@ -93,6 +93,7 @@ static struct ovl_cache_entry *ovl_cache p->type = d_type; p->ino = ino; p->is_whiteout = false; + p->is_cursor = false; } return p; -- 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