From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4FB11C7EE23 for ; Wed, 24 May 2023 01:51:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234559AbjEXBvV (ORCPT ); Tue, 23 May 2023 21:51:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43658 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231588AbjEXBvU (ORCPT ); Tue, 23 May 2023 21:51:20 -0400 Received: from out-8.mta1.migadu.com (out-8.mta1.migadu.com [95.215.58.8]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C0C41185 for ; Tue, 23 May 2023 18:51:18 -0700 (PDT) Message-ID: <5874a6ea-e93b-c9f8-8e06-7ceae182e34f@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1684893077; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=eYauzNVLneYqRZlTEpN+2GETbsXYjr9b3Tuw3F3Z+rg=; b=l/UcI+yQhsBQd++2UVnMV0OA8BKnq/AmV3zhsaBw6chFd/bo5bDj7GKst2nd+wd+kfA650 Cgs+j6vQd4j2BoK+iFt7qXzOPlLfH6jCfUZdRFHKJzS+XJ1mH3NVNWkR6weB49WzmkcJNq BnInrDn0KmJwoHPQ9TTwGWKAUy6M7YY= Date: Wed, 24 May 2023 09:51:14 +0800 MIME-Version: 1.0 Subject: Re: [PATCH 03/10] block/rnbd: introduce rnbd_access_modes Content-Language: en-US To: Jinpu Wang Cc: haris.iqbal@ionos.com, axboe@kernel.dk, linux-block@vger.kernel.org References: <20230523075331.32250-1-guoqing.jiang@linux.dev> <20230523075331.32250-4-guoqing.jiang@linux.dev> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Guoqing Jiang In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On 5/23/23 17:23, Jinpu Wang wrote: >> + int mode; > why not enum rnbd_access_mode? Will change it in next version, thanks for the review. Guoqing