smalloc: get rid of global lock
authorJens Axboe <axboe@fb.com>
Tue, 10 Nov 2015 02:38:15 +0000 (19:38 -0700)
committerJens Axboe <axboe@fb.com>
Tue, 10 Nov 2015 02:38:15 +0000 (19:38 -0700)
commit0127c57b82cfef26149c04b1d785897a68a6dffa
tree4ef90f0dfdb0448999b3010ae435ba100898da0c
parent5d02b083f521bf7508249af8d3c7987992c7b718
smalloc: get rid of global lock

We don't dynamically add pools anymore, so we don't need global
read/write locks.

Also drop the needless wrappers around pool locking.

Signed-off-by: Jens Axboe <axboe@fb.com>
smalloc.c