mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-06 00:58:48 +03:00
Code here is using thread write protected variable without locking. So add locking, for proper synchronization and a FIXME, since the code needs closer look.