use mkdir instead of mkdirat
authorJosef Bacik <jbacik@fb.com>
Wed, 11 Oct 2017 20:15:18 +0000 (16:15 -0400)
committerJens Axboe <axboe@kernel.dk>
Wed, 11 Oct 2017 20:16:31 +0000 (14:16 -0600)
commit0b801f22a706e0f18e7d74cb2940e3948ed0efcf
treeb12a532e1dca3b50f4fa06fca4bb2e1b9338720d
parent87262d975952a44f159a5db3d181c6a6dd79f5ab
use mkdir instead of mkdirat

Windows doesn't have a way to do mkdirat, so convert to mkdir instead.

Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
filesetup.c