projects
/
disktools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99c6704
)
[PATCH] fio: malloc debug cruft
author
Jens Axboe
<axboe@suse.de>
Wed, 26 Oct 2005 15:06:04 +0000
(17:06 +0200)
committer
Jens Axboe
<axboe@suse.de>
Wed, 26 Oct 2005 15:06:04 +0000
(17:06 +0200)
fio.c
patch
|
blob
|
blame
|
history
diff --git
a/fio.c
b/fio.c
index 8a15b15dd8660557847d70d85d67386685d2a976..c7c0b1c690603bb257bcfe390bfbd42c3b3702ff 100644
(file)
--- a/
fio.c
+++ b/
fio.c
@@
-1691,13
+1691,11
@@
static int parse_jobs_ini(char *file)
continue;
}
if (!check_str(p, "mem", "malloc")) {
- printf("got malloc\n");
td->mem_type = MEM_MALLOC;
fgetpos(f, &off);
continue;
}
if (!check_str(p, "mem", "shm")) {
- printf("got shm\n");
td->mem_type = MEM_SHM;
fgetpos(f, &off);
continue;