From: Jens Axboe Date: Tue, 21 Feb 2006 14:29:01 +0000 (+0100) Subject: [PATCH] blktrace: missed net_sendfile argument update X-Git-Tag: blktrace-0.99.1~17 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=36808255414e109cd209bfc88699771aff13048d;p=blktrace.git [PATCH] blktrace: missed net_sendfile argument update --- diff --git a/blktrace.c b/blktrace.c index 071a6b2..8ea9390 100644 --- a/blktrace.c +++ b/blktrace.c @@ -1057,7 +1057,7 @@ static void fill_ops(struct thread_information *tip) * setup ops */ if (net_mode == Net_client) { - if (net_sendfile) { + if (net_use_sendfile) { tip->get_subbuf = get_subbuf_sendfile; tip->flush_subbuf = flush_subbuf_sendfile; } else {