diff options
author | Russell Belfer <rb@github.com> | 2013-04-12 12:59:38 -0700 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2013-04-22 16:50:51 +0200 |
commit | 24c70804e87523df99f4740ed2829976ec1a9c1b (patch) | |
tree | f0a5fb956f19a241971ade02772dca89b6a811d5 /src/commit.c | |
parent | b12b72ea82776bbbd4296eeac1376055b0487edf (diff) | |
download | libgit2-24c70804e87523df99f4740ed2829976ec1a9c1b.tar.gz |
Add mutex around mapping and unmapping pack files
When I was writing threading tests for the new cache, the main
error I kept running into was a pack file having it's content
unmapped underneath the running thread. This adds a lock around
the routines that map and unmap the pack data so that threads can
effectively reload the data when they need it.
This also required reworking the error handling paths in a couple
places in the code which I tried to make consistent.
Diffstat (limited to 'src/commit.c')
0 files changed, 0 insertions, 0 deletions