[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130612042655.GA8650@moria.home.lan>
Date: Tue, 11 Jun 2013 21:26:55 -0700
From: Kent Overstreet <koverstreet@...gle.com>
To: dsterba@...e.cz, axboe@...nel.dk, tytso@....edu,
linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org,
Neil Brown <neilb@...e.de>, Alasdair Kergon <agk@...hat.com>,
dm-devel@...hat.com
Subject: Re: [PATCH 22/26] block: Make generic_make_request handle arbitrary
sized bios
On Tue, Jun 11, 2013 at 07:12:41PM +0200, David Sterba wrote:
> On Sat, Jun 08, 2013 at 07:19:04PM -0700, Kent Overstreet wrote:
> > --- a/include/linux/blkdev.h
> > +++ b/include/linux/blkdev.h
> > @@ -467,6 +468,7 @@ struct request_queue {
> > #define QUEUE_FLAG_SECDISCARD 17 /* supports SECDISCARD */
> > #define QUEUE_FLAG_SAME_FORCE 18 /* force complete on same CPU */
> > #define QUEUE_FLAG_DEAD 19 /* queue tear-down finished */
> > +#define QUEUE_FLAG_LARGEBIOS 19 /* no limits on bio size */
> ^^
> 20 ?
>
> david
Whoops! Thanks, fixed.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists