ovl: initialize ->is_cursor

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
tirimbino
Miklos Szeredi 10 years ago committed by Al Viro
parent b2de525f09
commit 9f2f7d4c8d
  1. 1
      fs/overlayfs/readdir.c

@ -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;

Loading…
Cancel
Save