Move options_mem_dupe() to parse.c
authorTomohiro Kusumi <tkusumi@tuxera.com>
Wed, 18 Jan 2017 17:38:26 +0000 (02:38 +0900)
committerJens Axboe <axboe@fb.com>
Thu, 19 Jan 2017 23:09:52 +0000 (16:09 -0700)
commit53b5693d04b0de440ce3eb1fa22834ef46d0a4e3
tree7bb73d5aa65035e4f80f87a94c6a4d9df12a9e8b
parent755dcbbdec670a0c2e83561070d5fd1462c75dc6
Move options_mem_dupe() to parse.c

This function should be in parse.c with fio_option* argument first.

Signed-off-by: Tomohiro Kusumi <tkusumi@tuxera.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
fio.h
init.c
options.c
parse.c
parse.h