ostree/src
Colin Walters f4327cc6a0 repo: Fix race condition in async checkout
When multiple threads need to uncompress an object, there was
a race condition where thread A could get EEXIST, unlink,
then thread B calls linkat(), then thread A tries to link() but
fails.

We can just loop in this case.
2013-04-30 19:34:20 -04:00
..
daemon core: drop dead/unused code 2012-06-30 13:49:25 -04:00
libgsystem@51736db5f4 libgsystem: Update to latest 2013-04-29 14:04:48 -04:00
libostree repo: Fix race condition in async checkout 2013-04-30 19:34:20 -04:00
libotutil libotutil: Drop is-hidden from fast queryinfo 2013-04-29 22:08:56 -04:00
ostree deploy: Swap current symlink only after updating the kernel 2013-04-26 18:15:51 -04:00
switchroot switchroot: Suppress compiler warning for asprintf 2013-04-01 21:52:24 -04:00
triggers admin: Support installing a kernel from the tree, default to it 2012-12-21 12:20:55 -05:00