From: Vivek Goyal <vgoyal@redhat.com>
To: Mike Snitzer <snitzer@redhat.com>
Cc: Tejun Heo <tj@kernel.org>, Jeff Moyer <jmoyer@redhat.com>,
linux-kernel@vger.kernel.org, Jens Axboe <jaxboe@fusionio.com>,
dm-devel@redhat.com
Subject: Re: block: properly handle flush/fua requests in blk_insert_cloned_request
Date: Tue, 9 Aug 2011 15:05:09 -0400 [thread overview]
Message-ID: <20110809190509.GA31927@redhat.com> (raw)
In-Reply-To: <20110809185531.GC13293@redhat.com>
On Tue, Aug 09, 2011 at 02:55:31PM -0400, Mike Snitzer wrote:
[..]
> > > + /*
> > > + * All FLUSH/FUA requests are expected to have gone through the
> > > + * flush machinary. If a request's cmd_flags doesn't match the
> > > + * flush_flags of the underlying request_queue it is a bug.
> > > + */
> > > + BUG_ON((rq->cmd_flags & REQ_FLUSH) && !(q->flush_flags & REQ_FLUSH));
> > > + BUG_ON((rq->cmd_flags & REQ_FUA) && !(q->flush_flags & REQ_FUA));
> > > +
> >
> > Actually this makes sense and is simple. :-) Is BUG_ON() too harsh, how
> > about WARN_ONCE() variants? To me system continues to work so warning
> > is probably good enough.
>
> Sure, WARN_ONCE() is fine by me.
>
> Seems Tejun wants a more involved fix though.
Fixing it properly doesn't hurt. Makes it more future proof. In fact I am
thinking what happens to blk_execute_rq() variants where one can prepare a
request and send it down. What if caller sets FLUSH/FUA flags there.
Thanks
Vivek
next prev parent reply other threads:[~2011-08-09 19:05 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-09 15:05 [patch] block: properly handle flush/fua requests in blk_insert_cloned_request Jeff Moyer
2011-08-09 15:38 ` Tejun Heo
2011-08-09 15:53 ` Jeff Moyer
2011-08-09 16:13 ` Tejun Heo
2011-08-09 16:19 ` Tejun Heo
2011-08-09 17:43 ` Mike Snitzer
2011-08-09 17:51 ` Tejun Heo
2011-08-09 18:33 ` Mike Snitzer
2011-08-09 17:52 ` Vivek Goyal
2011-08-09 17:55 ` Tejun Heo
2011-08-09 18:55 ` Mike Snitzer
2011-08-09 19:05 ` Vivek Goyal [this message]
2011-08-10 15:49 ` Jeff Moyer
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=20110809190509.GA31927@redhat.com \
--to=vgoyal@redhat.com \
--cc=dm-devel@redhat.com \
--cc=jaxboe@fusionio.com \
--cc=jmoyer@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=snitzer@redhat.com \
--cc=tj@kernel.org \
/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.