Loading fs/overlayfs/readdir.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -93,6 +93,7 @@ static struct ovl_cache_entry *ovl_cache_entry_new(const char *name, int len, p->type = d_type; p->type = d_type; p->ino = ino; p->ino = ino; p->is_whiteout = false; p->is_whiteout = false; p->is_cursor = false; } } return p; return p; Loading Loading
fs/overlayfs/readdir.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -93,6 +93,7 @@ static struct ovl_cache_entry *ovl_cache_entry_new(const char *name, int len, p->type = d_type; p->type = d_type; p->ino = ino; p->ino = ino; p->is_whiteout = false; p->is_whiteout = false; p->is_cursor = false; } } return p; return p; Loading