Commit e2ab3474 authored by Pavel Emelyanov's avatar Pavel Emelyanov

files: Initialize remap->is_dir for linked remap (to false)

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 061d6961
...@@ -220,6 +220,7 @@ static int open_remap_linked(struct reg_file_info *rfi, ...@@ -220,6 +220,7 @@ static int open_remap_linked(struct reg_file_info *rfi,
rm->path = rrfi->path; rm->path = rrfi->path;
rm->users = 0; rm->users = 0;
rm->is_dir = false;
rfi->remap = rm; rfi->remap = rm;
return 0; return 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment