Merge branch 'readonly-trim' of https://github.com/vincentkfu/fio
authorJens Axboe <axboe@kernel.dk>
Mon, 18 Jun 2018 19:58:26 +0000 (13:58 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 18 Jun 2018 19:58:26 +0000 (13:58 -0600)
* 'readonly-trim' of https://github.com/vincentkfu/fio:
  testing: add test script for readonly parameter
  doc: improve readonly option description
  options: check for conflict between trims and readonly option
  init: abort write and trim jobs when --readonly option is present
  init: ensure that fatal errors in fixup_options are always propogated to caller
  filesetup: make trim jobs respect --readonly during file open
  fio.h: also check trim operations in fio_ro_check


Trivial merge