filehash: move to separate allocation
authorJens Axboe <axboe@fb.com>
Mon, 26 Sep 2016 07:40:52 +0000 (01:40 -0600)
committerJens Axboe <axboe@fb.com>
Mon, 26 Sep 2016 07:40:52 +0000 (01:40 -0600)
commit63a26e05622b0ced2cc685f545f493e794ccc325
tree9eb7bc6fde1774e0fde48b7f4f05ca8c8912d2f5
parentcab2472e2e9e84877e65c6aa68b86899956c8a28
filehash: move to separate allocation

We currently make it part of the thread structure allocation, but
there's no need to do that since we have smalloc available.

Signed-off-by: Jens Axboe <axboe@fb.com>
filehash.c
filehash.h
init.c