projects
/
blktrace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a752c9
)
[PATCH] blktrace: fill ops in net tip as well
author
Jens Axboe
<axboe@suse.de>
Wed, 15 Feb 2006 09:01:29 +0000
(10:01 +0100)
committer
Jens Axboe
<axboe@suse.de>
Wed, 15 Feb 2006 09:01:29 +0000
(10:01 +0100)
blktrace.c
patch
|
blob
|
blame
|
history
diff --git
a/blktrace.c
b/blktrace.c
index 56ec07c713c1e185f3d8e60663c1c4732bfc9c54..19a039f3cecb032e602ba608928b9c839190955e 100644
(file)
--- a/
blktrace.c
+++ b/
blktrace.c
@@
-1173,6
+1173,8
@@
static struct device_information *net_get_dip(char *buts_name)
tip->ofile_mmap = 1;
tip->device = dip;
+ fill_ops(tip);
+
fill_ofname(op, dip->buts_name, tip->cpu);
tip->ofile = fopen(op, "w+");