[PATCH] blktrace: fill ops in net tip as well
authorJens Axboe <axboe@suse.de>
Wed, 15 Feb 2006 09:01:29 +0000 (10:01 +0100)
committerJens Axboe <axboe@suse.de>
Wed, 15 Feb 2006 09:01:29 +0000 (10:01 +0100)
blktrace.c

index 56ec07c713c1e185f3d8e60663c1c4732bfc9c54..19a039f3cecb032e602ba608928b9c839190955e 100644 (file)
@@ -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+");