[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150621100801.GC5915@lst.de>
Date: Sun, 21 Jun 2015 12:08:01 +0200
From: Christoph Hellwig <hch@....de>
To: Dan Williams <dan.j.williams@...el.com>
Cc: axboe@...nel.dk, linux-nvdimm@...ts.01.org, boaz@...xistor.com,
toshi.kani@...com, Vishal Verma <vishal.l.verma@...ux.intel.com>,
linux-kernel@...r.kernel.org, hch@....de,
linux-acpi@...r.kernel.org, linux-fsdevel@...r.kernel.org,
mingo@...nel.org
Subject: Re: [PATCH 10/15] libnvdimm: fix up max_hw_sectors
> +void nd_blk_queue_init(struct request_queue *q)
> +{
> + blk_queue_max_hw_sectors(q, UINT_MAX);
> + blk_queue_bounce_limit(q, BLK_BOUNCE_ANY);
> +}
Please just add the calls to the drivers instead of this helper which
hides the intent.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists