The following changes since commit 88d38b4d0a5b33332fa80d7028a87c0717bb5d75: Refer to sda instead of hda in man pages (2015-02-18 08:50:02 -0800) are available in the git repository at: git://git.kernel.dk/blktrace.git master for you to fetch changes up to 2564a6029e55d6a0507ebb28a5a01f5dffb0bd56: btreplay: Fix typo in scaling up the dynamic cpu set size. (2015-08-20 08:58:08 -0700) ---------------------------------------------------------------- Josef Cejka (1): btreplay: Fix typo in scaling up the dynamic cpu set size. btreplay/btreplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- Diff of recent changes: diff --git a/btreplay/btreplay.c b/btreplay/btreplay.c index 5444010..f762279 100644 --- a/btreplay/btreplay.c +++ b/btreplay/btreplay.c @@ -516,7 +516,7 @@ realloc: if (sched_getaffinity(getpid(), size, cpus)) { if( errno == EINVAL && nrcpus < (4096<<4) ) { CPU_FREE(cpus); - nrcpus <= 1; + nrcpus <<= 1; goto realloc; } fatal("sched_getaffinity", ERR_SYSCALL, "Can't get CPU info\n"); -- To unsubscribe from this list: send the line "unsubscribe linux-btrace" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html