]> wimlib.net Git - wimlib/commit
Delay xml_update_image_info() until write
authorEric Biggers <ebiggers3@gmail.com>
Mon, 19 Oct 2015 00:39:36 +0000 (19:39 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 19 Oct 2015 02:01:13 +0000 (21:01 -0500)
commit52c44c6a506cdfae17fd5fd5c6611622d342c128
treec8d0dd6b652e68dfe52c6cb33dc55cd2b9eb4fbf
parentae7d142ac04cf51ba134750f3338f43af285a433
Delay xml_update_image_info() until write

wimlib_update_image() should not be walking the entire image's directory
tree on every call.
include/wimlib/metadata.h
src/mount_image.c
src/update_image.c
src/write.c
src/xml.c