From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57036 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231218AbhD1MBk (ORCPT ); Wed, 28 Apr 2021 08:01:40 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 20ED9C06138A for ; Wed, 28 Apr 2021 05:00:54 -0700 (PDT) Received: from [65.144.74.35] (helo=kernel.dk) by casper.infradead.org with esmtpsa (Exim 4.94 #2 (Red Hat Linux)) id 1lbirN-008FOo-E6 for fio@vger.kernel.org; Wed, 28 Apr 2021 12:00:37 +0000 Subject: Recent changes (master) From: Jens Axboe Message-Id: <20210428120001.79DC11BC0107@kernel.dk> Date: Wed, 28 Apr 2021 06:00:01 -0600 (MDT) List-Id: fio@vger.kernel.org To: fio@vger.kernel.org The following changes since commit 13169d44d3725847858a7c817965d2cac5abd8f8: Merge branch 'pthread_getaffinity_1' of https://github.com/kusumi/fio (2021-04-25 10:23:34 -0600) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 6308ef297145e73add65ba86bfdbeaf967957d1f: ioengines: don't call zbd_put_io_u() for engines not implementing commit (2021-04-27 11:56:55 -0600) ---------------------------------------------------------------- Niklas Cassel (1): ioengines: don't call zbd_put_io_u() for engines not implementing commit Rebecca Cran (1): The GPL isn't a EULA: remove it and introduce WixUI_Minimal_NoEULA ioengines.c | 1 - os/windows/WixUI_Minimal_NoEULA.wxs | 96 ++++++++++++++++++++++++++++++++++++ os/windows/WixUI_fio.wxl | 12 +++++ os/windows/dobuild.cmd | 5 +- os/windows/eula.rtf | Bin 1075 -> 0 bytes os/windows/install.wxs | 2 +- 6 files changed, 113 insertions(+), 3 deletions(-) create mode 100755 os/windows/WixUI_Minimal_NoEULA.wxs create mode 100755 os/windows/WixUI_fio.wxl delete mode 100755 os/windows/eula.rtf --- Diff of recent changes: diff --git a/ioengines.c b/ioengines.c index f88b0537..3561bb4e 100644 --- a/ioengines.c +++ b/ioengines.c @@ -414,7 +414,6 @@ enum fio_q_status td_io_queue(struct thread_data *td, struct io_u *io_u) if (!td->io_ops->commit) { io_u_mark_submit(td, 1); io_u_mark_complete(td, 1); - zbd_put_io_u(td, io_u); } if (ret == FIO_Q_COMPLETED) { diff --git a/os/windows/WixUI_Minimal_NoEULA.wxs b/os/windows/WixUI_Minimal_NoEULA.wxs new file mode 100755 index 00000000..48391186 --- /dev/null +++ b/os/windows/WixUI_Minimal_NoEULA.wxs @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + NOT Installed OR NOT PATCH + Installed AND PATCH + + + Installed AND PATCH + NOT Installed OR NOT PATCH + + + + + 1 + + 1 + + 1 + + 1 + 1 + 1 + + 1 + Installed AND PATCH + + + 0 + NOT Installed + + + + + + + + \ No newline at end of file diff --git a/os/windows/WixUI_fio.wxl b/os/windows/WixUI_fio.wxl new file mode 100755 index 00000000..11ec736a --- /dev/null +++ b/os/windows/WixUI_fio.wxl @@ -0,0 +1,12 @@ + + + + + + + + + +The Setup Wizard will install [ProductName] on your computer. Click Install to continue or Cancel to exit the Setup Wizard. + + \ No newline at end of file diff --git a/os/windows/dobuild.cmd b/os/windows/dobuild.cmd index 08df3e87..7b9cb1dd 100644 --- a/os/windows/dobuild.cmd +++ b/os/windows/dobuild.cmd @@ -44,7 +44,10 @@ if exist ..\..\fio.pdb ( @if ERRORLEVEL 1 goto end "%WIX%bin\candle" -nologo -arch %FIO_ARCH% examples.wxs @if ERRORLEVEL 1 goto end -"%WIX%bin\light" -nologo -sice:ICE61 install.wixobj examples.wixobj -ext WixUIExtension -out %FIO_VERSION%-%FIO_ARCH%.msi +"%WIX%bin\candle" -nologo -arch %FIO_ARCH% WixUI_Minimal_NoEULA.wxs +@if ERRORLEVEL 1 goto end + +"%WIX%bin\light" -nologo -sice:ICE61 install.wixobj examples.wixobj WixUI_Minimal_NoEULA.wixobj -loc WixUI_fio.wxl -ext WixUIExtension -out %FIO_VERSION%-%FIO_ARCH%.msi :end if defined SIGN_FIO ( diff --git a/os/windows/eula.rtf b/os/windows/eula.rtf deleted file mode 100755 index a931017c..00000000 Binary files a/os/windows/eula.rtf and /dev/null differ diff --git a/os/windows/install.wxs b/os/windows/install.wxs index f73ec5e2..7773bb3b 100755 --- a/os/windows/install.wxs +++ b/os/windows/install.wxs @@ -107,7 +107,7 @@ - +