]> wimlib.net Git - wimlib/blobdiff - src/write.c
Refactor some of the dentry, inode, and lookup table code
[wimlib] / src / write.c
index b8d86e85fc7bf6540630ac8f0f1d950b64c226c9..a852c199670c9a6265cc043be19a6908d98c9ecb 100644 (file)
@@ -39,6 +39,7 @@
 #include "wimlib/error.h"
 #include "wimlib/file_io.h"
 #include "wimlib/header.h"
+#include "wimlib/inode.h"
 #include "wimlib/integrity.h"
 #include "wimlib/lookup_table.h"
 #include "wimlib/metadata.h"
@@ -1842,7 +1843,7 @@ determine_stream_size_uniquity(struct list_head *stream_list,
        struct stream_size_table tab;
        struct wim_lookup_table_entry *lte;
 
-       ret = init_stream_size_table(&tab, lt->capacity);
+       ret = init_stream_size_table(&tab, 9001);
        if (ret)
                return ret;