Skip to content
Snippets Groups Projects
Commit 9f2f7d4c authored by Miklos Szeredi's avatar Miklos Szeredi Committed by Al Viro
Browse files

ovl: initialize ->is_cursor


Signed-off-by: default avatarMiklos Szeredi <mszeredi@suse.cz>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent b2de525f
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,7 @@ static struct ovl_cache_entry *ovl_cache_entry_new(const char *name, int len,
p->type = d_type;
p->ino = ino;
p->is_whiteout = false;
p->is_cursor = false;
}
return p;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment