From: Jens Axboe Date: Wed, 15 Feb 2006 09:01:29 +0000 (+0100) Subject: [PATCH] blktrace: fill ops in net tip as well X-Git-Tag: blktrace-0.99.1~41 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=976dd5c306066a3576ad886d0c4f8933b0ccc062;p=blktrace.git [PATCH] blktrace: fill ops in net tip as well --- diff --git a/blktrace.c b/blktrace.c index 56ec07c..19a039f 100644 --- 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+");