commit | 8af97eb4a19c1d3c0849b5e5e5d350d63f819032 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <cognet@ci0.org> | Sat Feb 01 17:45:32 2020 +0100 |
committer | Olivier Houchard <cognet@ci0.org> | Sat Feb 01 18:08:34 2020 +0100 |
tree | 9395db7b268265f2e0e23628ce8fa9c27439ed28 | |
parent | b6fa08bc7bca48e0098b555e3c433e0969f46d4c [diff] |
MINOR: memory: Only init the pool spinlock once. In pool_create(), only initialize the pool spinlock if we just created the pool, in the event we're reusing it, there's no need to initialize it again.