Skip to content

Commit

Permalink
ovl: initialize ->is_cursor
Browse files Browse the repository at this point in the history
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Miklos Szeredi authored and Al Viro committed Oct 31, 2014
1 parent b2de525 commit 9f2f7d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/overlayfs/readdir.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9f2f7d4

Please sign in to comment.