diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2014-10-31 15:02:42 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2014-10-31 17:47:51 -0400 |
commit | 9f2f7d4c8dfcf4617af5de6ea381b91deac3db48 (patch) | |
tree | b93171e6eecc32536d6e25bb97b9bf3d23559006 | |
parent | b2de525f095708b2adbadaec3f1e4017a23d1e09 (diff) |
ovl: initialize ->is_cursor
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
-rw-r--r-- | fs/overlayfs/readdir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/overlayfs/readdir.c b/fs/overlayfs/readdir.c index 401f0840f5cc..4e9d7c1fea52 100644 --- a/fs/overlayfs/readdir.c +++ b/fs/overlayfs/readdir.c | |||
@@ -93,6 +93,7 @@ static struct ovl_cache_entry *ovl_cache_entry_new(const char *name, int len, | |||
93 | p->type = d_type; | 93 | p->type = d_type; |
94 | p->ino = ino; | 94 | p->ino = ino; |
95 | p->is_whiteout = false; | 95 | p->is_whiteout = false; |
96 | p->is_cursor = false; | ||
96 | } | 97 | } |
97 | 98 | ||
98 | return p; | 99 | return p; |