From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1on0092.outbound.protection.outlook.com [157.56.110.92]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail09.linbit.com (LINBIT Mail Daemon) with ESMTPS id AA1121056308 for ; Wed, 6 Jan 2016 18:31:22 +0100 (CET) To: device-mapper development , , , , , , , , , , , , , , , , , , References: <1452027218-32303-1-git-send-email-mchristi@redhat.com> <1452027218-32303-2-git-send-email-mchristi@redhat.com> 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 Cc: Mike Christie Subject: Re: [Drbd-dev] [dm-devel] [PATCH 01/35] block/fs/drivers: remove rw argument from submit_bio List-Id: "*Coordination* of development, patches, contributions -- *Questions* \(even to developers\) go to drbd-user, please." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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