Recent changes (master)

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

 



The following changes since commit 3e55d40fb5a68773b07cebb4a74870338eab81d4:

  Change (blank)cpu affinity macros to inline functions (2015-05-15 05:18:23 +0900)

are available in the git repository at:

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

for you to fetch changes up to fcb6b3ef8c606b60511c9c72a908e45f4cbd607b:

  Merge branch 'req4' of git://github.com/kusumi/fio (2015-05-15 20:13:58 -0600)

----------------------------------------------------------------
Jens Axboe (1):
      Merge branch 'req4' of git://github.com/kusumi/fio

Tomohiro Kusumi (2):
      Cleanup DragonFlyBSD support
      Add missing fio_mutex_up() on return

 flow.c            | 1 +
 os/os-dragonfly.h | 5 -----
 2 files changed, 1 insertion(+), 5 deletions(-)

---

Diff of recent changes:

diff --git a/flow.c b/flow.c
index f9d868d..e0ac135 100644
--- a/flow.c
+++ b/flow.c
@@ -59,6 +59,7 @@ static struct fio_flow *flow_get(unsigned int id)
 		flow = smalloc(sizeof(*flow));
 		if (!flow) {
 			log_err("fio: smalloc pool exhausted\n");
+			fio_mutex_up(flow_lock);
 			return NULL;
 		}
 		flow->refs = 0;
diff --git a/os/os-dragonfly.h b/os/os-dragonfly.h
index cc3de31..bc855ba 100644
--- a/os/os-dragonfly.h
+++ b/os/os-dragonfly.h
@@ -5,12 +5,7 @@
 
 #include <errno.h>
 #include <sys/param.h>
-/* XXX hack to avoid confilcts between rbtree.h and <sys/rb.h> */
-#define	rb_node	_rb_node
 #include <sys/sysctl.h>
-#undef rb_node
-#undef rb_left
-#undef rb_right
 
 #include "../file.h"
 
--
To unsubscribe from this list: send the line "unsubscribe fio" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[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