X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fmount_image.c;fp=src%2Fmount_image.c;h=0ae5f2162c2397a9887c20ab1e2ea38b4e0e1e4a;hp=eeacf94d138864ab9c0bae8975d1ff0e475302a3;hb=6460a27c606eed49e900c73a3316ac12d77a3a2e;hpb=4802321d3a42c3116fddc9ea41a878d031defd61 diff --git a/src/mount_image.c b/src/mount_image.c index eeacf94d..0ae5f216 100644 --- a/src/mount_image.c +++ b/src/mount_image.c @@ -511,7 +511,7 @@ create_file(struct fuse_context *fuse_ctx, const char *path, } } - hlist_add_head(&inode->i_hlist, + hlist_add_head(&inode->i_hlist_node, &wim_get_current_image_metadata(wimfs_ctx->wim)->inode_list); dentry_add_child(parent, dentry);