]> git.ipfire.org Git - thirdparty/git.git/blobdiff - pack-bitmap-write.c
csum-file: rename hashclose() to finalize_hashfile()
[thirdparty/git.git] / pack-bitmap-write.c
index e01f9928840488b85db2ebc62527d8e4aab81ffc..662b44f97d9a940c27899f4c7c6e5a98366fd007 100644 (file)
@@ -535,7 +535,7 @@ void bitmap_writer_finish(struct pack_idx_entry **index,
        if (options & BITMAP_OPT_HASH_CACHE)
                write_hash_cache(f, index, index_nr);
 
-       hashclose(f, NULL, CSUM_FSYNC);
+       finalize_hashfile(f, NULL, CSUM_FSYNC);
 
        if (adjust_shared_perm(tmp_file.buf))
                die_errno("unable to make temporary bitmap file readable");