Recent changes (master)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The following changes since commit 8b38f40138047975ea7a59b9ce06681ffdd2c31d:

  fio: support io_size=N% (N <= 100) (2020-09-05 09:37:59 -0600)

are available in the Git repository at:

  git://git.kernel.dk/fio.git master

for you to fetch changes up to 03eabd8a7a53c80a6c9d1376b38a9b7ddce2268a:

  Merge branch 'guasi_fixes' of https://github.com/sitsofe/fio into master (2020-09-06 16:14:58 -0600)

----------------------------------------------------------------
Jens Axboe (2):
      Fio 3.23
      Merge branch 'guasi_fixes' of https://github.com/sitsofe/fio into master

Sitsofe Wheeler (1):
      Makefile/configure: fix guasi build

 FIO-VERSION-GEN | 2 +-
 Makefile        | 1 +
 configure       | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

---

Diff of recent changes:

diff --git a/FIO-VERSION-GEN b/FIO-VERSION-GEN
index bf0fee99..5ee7735c 100755
--- a/FIO-VERSION-GEN
+++ b/FIO-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=FIO-VERSION-FILE
-DEF_VER=fio-3.22
+DEF_VER=fio-3.23
 
 LF='
 '
diff --git a/Makefile b/Makefile
index 8e1ebc90..6678c2fd 100644
--- a/Makefile
+++ b/Makefile
@@ -108,6 +108,7 @@ ifdef CONFIG_LINUX_SPLICE
 endif
 ifdef CONFIG_GUASI
   guasi_SRCS = engines/guasi.c
+  guasi_LIBS = -lguasi
   ENGINES += guasi
 endif
 ifdef CONFIG_SOLARISAIO
diff --git a/configure b/configure
index 6d672fe5..81bfb270 100755
--- a/configure
+++ b/configure
@@ -1325,7 +1325,7 @@ int main(int argc, char **argv)
   return 0;
 }
 EOF
-if compile_prog "" "" "guasi"; then
+if compile_prog "" "-lguasi" "guasi"; then
   guasi="yes"
 fi
 print_config "GUASI" "$guasi"



[Index of Archives]     [Linux Kernel]     [Linux SCSI]     [Linux IDE]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux