smalloc: unlink pool file in add_pool()
authorJens Axboe <jens.axboe@oracle.com>
Thu, 4 Dec 2008 13:30:13 +0000 (14:30 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 4 Dec 2008 13:30:13 +0000 (14:30 +0100)
commit443bb114d963a99082eef916025268a5a107092b
tree9fa38cdff30f96726e28dcf7f313a31c7df23a1f
parent46e9e96a2052cdf0a385887b15215ee12349c53e
smalloc: unlink pool file in add_pool()

Don't defer until cleanup time, since we may not clean up if fio
crashes or is killed in other ways.

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