Loading examples/nvme/fio_plugin/README.md +2 −2 Original line number Diff line number Diff line Loading @@ -5,9 +5,9 @@ First, clone the fio source repository from http://github.com/axboe/fio git clone http://github.com/axboe/fio Then check out the fio 2.17 tag Then check out the fio 2.18 tag cd fio && git checkout fio-2.17 cd fio && git checkout fio-2.18 Finally, compile the code with Loading examples/nvme/fio_plugin/fio_plugin.c +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ attach_cb(void *cb_ctx, const struct spdk_nvme_transport_id *trid, continue; } f->filetype = FIO_TYPE_BD; f->filetype = FIO_TYPE_BLOCK; fio_file_set_size_known(f); fio_ns->next = fio_ctrlr->ns_list; Loading Loading
examples/nvme/fio_plugin/README.md +2 −2 Original line number Diff line number Diff line Loading @@ -5,9 +5,9 @@ First, clone the fio source repository from http://github.com/axboe/fio git clone http://github.com/axboe/fio Then check out the fio 2.17 tag Then check out the fio 2.18 tag cd fio && git checkout fio-2.17 cd fio && git checkout fio-2.18 Finally, compile the code with Loading
examples/nvme/fio_plugin/fio_plugin.c +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ attach_cb(void *cb_ctx, const struct spdk_nvme_transport_id *trid, continue; } f->filetype = FIO_TYPE_BD; f->filetype = FIO_TYPE_BLOCK; fio_file_set_size_known(f); fio_ns->next = fio_ctrlr->ns_list; Loading