From: Tejun Heo <tj@kernel.org>
To: Namhyung Kim <namhyung.kim@lge.com>
Cc: Jens Axboe <axboe@kernel.dk>,
linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org,
namhyung@gmail.com
Subject: Re: [PATCH 1/2] block: introduce BIO_IN_FLIGHT flag
Date: Tue, 10 Jan 2012 08:26:25 -0800 [thread overview]
Message-ID: <20120110162625.GB20446@google.com> (raw)
In-Reply-To: <4F0BC770.1090702@lge.com>
Hello,
On Tue, Jan 10, 2012 at 02:06:56PM +0900, Namhyung Kim wrote:
> Oh I misunderstood what you said. I was thinking about filtering in
> pure userspace, but you meant in-kernel probe side.
Yeah yeah.
> Right, we can change the probe to filter BIO_BOUNCED case out. But
> IMHO BIO_CLONED is different, since it usually routed to another
> device as a separate IO request. I'll cook a patch for the former
> soon.
It'll probably get dup'd completions from rq and bio completions for
request based drivers, right? Maybe there are better ways but
blktrace may as well just ignore bio completions if request
completions are happening.
Thanks.
--
tejun
next prev parent reply other threads:[~2012-01-10 16:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-27 14:28 [PATCH -block/for-next 0/2] blktrace: bio-based device tracing improvement v3 Namhyung Kim
2011-12-27 14:28 ` [PATCH 1/2] block: introduce BIO_IN_FLIGHT flag Namhyung Kim
2012-01-09 1:56 ` Tejun Heo
2012-01-09 2:57 ` Namhyung Kim
2012-01-09 16:41 ` Tejun Heo
2012-01-10 5:06 ` Namhyung Kim
2012-01-10 16:26 ` Tejun Heo [this message]
2011-12-27 14:28 ` [PATCH 2/2] block: don't export block_bio_complete tracepoint Namhyung Kim
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120110162625.GB20446@google.com \
--to=tj@kernel.org \
--cc=axboe@kernel.dk \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=namhyung.kim@lge.com \
--cc=namhyung@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.