Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp1684618ybi; Thu, 20 Jun 2019 01:56:41 -0700 (PDT) X-Google-Smtp-Source: APXvYqz0xaJRitiL+wSi6vjezZbP6QJbqryC8fDHp035w0jDjqjAW1Kvrz87EZAFxFwhljm+2W+b X-Received: by 2002:a17:90a:8a8e:: with SMTP id x14mr1903117pjn.103.1561021001263; Thu, 20 Jun 2019 01:56:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561021001; cv=none; d=google.com; s=arc-20160816; b=gExxLJoZdi1HlSdQG6ekkMs3erg+Ms9YLv9JY3jHo5mHuiGtxTugB7m7wDiiPGD8kk d3TtRHRJxC3wEkkH1wrzUQfB1rfQx7n9XeVkhWu9/0IjU2WV82C0UsXx6wmGlSQIFDaA 3U8IDdT4nr3CKIhzphia3so9HmkROMcjQh1sFSqzb2L546XAvJn7So44jhKPX5mafxny 6C7b/cj5B0sRSKBPhmI2oO/pcYcMh/KtP1gcF2bVRnAI8icb4RvBPOulWD35aHU072sg tbaotKrT7Ho2P7MsoNpksDSQbDEj2lz6Gkuzb4evPTF0cx8Rr3ekpw39IyQ/gTSb1GWv DnDg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=l2WBiCb5duYJRA9nKpihqrJOH1Qjg6utSrFiu8qAdtc=; b=rFH+0WDt1+ZzdfmZuPPt8wVvdnxE0ZabgLBY/sOEBP+3fT3NUzeODWvOifI5HSrWwU IYoOQZSuvRrQ2OI+MzWp2Fnz45cK4o7nndII0h+OpQqgAh/oILcupEEBJ/TqF8zDYf8t oMtN8jdHVrsE7MNZ+Wuo/CvkFTyJPZv5CS6VFUBbNDjqF32XNDvb3xHhc2bWUZ/uAW14 myjliDk/sGra/HYioVBkNyglPpanHfVsHxa7qFf4I5zigI7SHv8nkd2Oqk+jrMQqzMyx zNxcJ5qQ7qzZCx+eGNZVXth0CEwDbWu/d8IYPdODW0HSLOx819XqucvGeoY555O+5Gle QK+A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q26si5267176pgl.114.2019.06.20.01.56.26; Thu, 20 Jun 2019 01:56:41 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731719AbfFTIyt (ORCPT + 99 others); Thu, 20 Jun 2019 04:54:49 -0400 Received: from verein.lst.de ([213.95.11.211]:58766 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731681AbfFTIyq (ORCPT ); Thu, 20 Jun 2019 04:54:46 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 371D768B20; Thu, 20 Jun 2019 10:54:17 +0200 (CEST) Date: Thu, 20 Jun 2019 10:54:16 +0200 From: Christoph Hellwig To: Minwoo Im Cc: linux-kernel@vger.kernel.org, Jens Axboe , linux-block@vger.kernel.org, Chaitanya Kulkarni , Christoph Hellwig Subject: Re: [RESEND PATCH] block: move tag field position in struct request Message-ID: <20190620085416.GB23140@lst.de> References: <20190608201551.4531-1-minwoo.im.dev@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190608201551.4531-1-minwoo.im.dev@gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Looks good, Reviewed-by: Christoph Hellwig