Recent changes (master)

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

 



The following changes since commit 00ca8df5468e90bbf1256ec90fc9ae14b1706ccc:

  zbd: Fix max_open_zones checks (2020-06-03 20:15:35 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 08541925ec1b5887fc91e59a4bc253d54757c4c6:

  Makefile: include linux-blkzoned.c for Android, if set (2020-06-05 07:06:46 -0600)

----------------------------------------------------------------
Jens Axboe (1):
      Makefile: include linux-blkzoned.c for Android, if set

 Makefile | 3 +++
 1 file changed, 3 insertions(+)

---

Diff of recent changes:

diff --git a/Makefile b/Makefile
index e3962195..7eb5e899 100644
--- a/Makefile
+++ b/Makefile
@@ -176,6 +176,9 @@ endif
 ifeq ($(CONFIG_TARGET_OS), Android)
   SOURCE += diskutil.c fifo.c blktrace.c cgroup.c trim.c profiles/tiobench.c \
 		oslib/linux-dev-lookup.c
+ifdef CONFIG_HAS_BLKZONED
+  SOURCE += oslib/linux-blkzoned.c
+endif
   LIBS += -ldl -llog
   LDFLAGS += -rdynamic
 endif



[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