From 36808255414e109cd209bfc88699771aff13048d Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 21 Feb 2006 15:29:01 +0100 Subject: [PATCH] [PATCH] blktrace: missed net_sendfile argument update --- blktrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.25.1