engines/pmemblk: get rid of CACHE_LOCK/UNLOCK defines
authorJens Axboe <axboe@fb.com>
Fri, 6 May 2016 19:56:27 +0000 (13:56 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 6 May 2016 19:58:20 +0000 (13:58 -0600)
commitde88999fca9fe017a923b04b1a1ed692e69740f3
tree316a6e6122f8c4387e7b484604e48ce32fb244f1
parentc086b314407cef5a7d8b188d8d8a89139aba8b8b
engines/pmemblk: get rid of CACHE_LOCK/UNLOCK defines

Much clearer to just call the pthread mutex lock/unlock directly,
since you don't have to looku what this macro does.

Signed-off-by: Jens Axboe <axboe@fb.com>
engines/pmemblk.c