From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [dm-devel] [PATCH 01/35] block/fs/drivers: remove rw argument from submit_bio To: device-mapper development , , , , , , , , , , , , , , , , , , References: <1452027218-32303-1-git-send-email-mchristi@redhat.com> <1452027218-32303-2-git-send-email-mchristi@redhat.com> CC: Mike Christie From: Bart Van Assche Message-ID: <568D39DE.2060709@sandisk.com> Date: Wed, 6 Jan 2016 16:59:26 +0100 MIME-Version: 1.0 In-Reply-To: <1452027218-32303-2-git-send-email-mchristi@redhat.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: On 01/05/2016 09:53 PM, mchristi@redhat.com wrote: > From: Mike Christie > > This has callers of submit_bio/submit_bio_wait set the bio->bi_rw > instead of passing it in. This makes that use the same as > generic_make_request and how we set the other bio fields. Reviewed-by: Bart Van Assche