Switch mutex to using anonymous mmap
authorJens Axboe <jaxboe@fusionio.com>
Mon, 2 May 2011 16:10:56 +0000 (10:10 -0600)
committerJens Axboe <jaxboe@fusionio.com>
Mon, 2 May 2011 16:10:56 +0000 (10:10 -0600)
commitb6f6abc689b3c05306bb1613a3d43f24fa4417d8
tree7a54378d81f91af975992b8f5c6a1f4b6d78666b
parent449767ed6db2e0cb36f880d52573b069864286d0
Switch mutex to using anonymous mmap

We don't need an fd backing for this, saves on file descriptors
in use.

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
mutex.c
mutex.h