LLNL / umap

User-space Page Management
GNU Lesser General Public License v2.1
104 stars 22 forks source link

fix deadlock in evict_region #102

Closed IBPeng closed 4 years ago

IBPeng commented 4 years ago

The current version deadlocks in uunmap when evict manager has scheduled a page to Leaving before calling uunmap. The fix removes the deadlock.