Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp3212774pxf; Mon, 22 Mar 2021 00:11:50 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw+/ZVMUviLLwVCqQdgvJiyRuVA1pEgau+cpVfEzD06JcYo4w2lyQizUpoYMZlvP/AOy4La X-Received: by 2002:a17:906:4055:: with SMTP id y21mr17471079ejj.507.1616397110432; Mon, 22 Mar 2021 00:11:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616397110; cv=none; d=google.com; s=arc-20160816; b=HWtTyvmbK8CXC6lA+31ZbU8TexQWZtZ9jbz3rr96XW8zWcIk6+VtCYJwgWWkgHhxjR KX8i1h3pkLjCbpSqoAl1bPbXU1r+0mgtQlgKbphkdH14mmJH4rf6lPhxMbp40eDi40V5 uPli4uprURIyutFrmtOFITSLrQ78qOCSEhU4VtJNZYlaPO0GoMCU1Zbz+lQnqwLmwSWl 3+cRMyjfLqLzhc2UMiyQuaEYIWiQ3pXAB4E3G8yVbDPp6forrqzCLa2REaBkc13XbQ4V WICL68sWXTO7Ze+AuI2bETJnSUrAgPLYghpRAIRA9JKjv9XFJJPetFflfebBXRVZfW3u 8ueQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=EcexxaWQ2Dq+9jsND/mav4xz4GoqaxWpBn2KgG2J78M=; b=pTTE9rJ08yFhSTEuHDLj8pTMFWEkVdxKR2Xx4KFg+0mhpRxVPFkammemKclM5gDbLX x6BYMxT5NkTGgvlj3vFt2zeqr4bVQmVKf3QSQ1qhD237cGgw5uF0L9dF8xUoXwysFUXe xyPY0SnVRbMpPuF9tTEMgl1J6SApQ50PXYJm+1w5aoH8Jk8zAbH+8cw9MWP0vdbYk17U DDIAoygNcQYeSN3IR9W+pPfc9/TdPcJU0qR3KMTl82NFsWshUy0oxhWR9OuFVa+0gG0M lq/kC6Er7V6wBdYTWKWjtqL16z2Z2DLfiQGg4XtPSAL89XLUOGOQMQuda64t5zn411W/ 7efw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id du4si9806529ejc.94.2021.03.22.00.11.28; Mon, 22 Mar 2021 00:11:50 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229990AbhCVHKP (ORCPT + 99 others); Mon, 22 Mar 2021 03:10:15 -0400 Received: from verein.lst.de ([213.95.11.211]:53776 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229875AbhCVHJq (ORCPT ); Mon, 22 Mar 2021 03:09:46 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 99FE167373; Mon, 22 Mar 2021 08:09:44 +0100 (CET) Date: Mon, 22 Mar 2021 08:09:44 +0100 From: Christoph Hellwig To: "Maciej W. Rozycki" Cc: linux-ide@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Jens Axboe , Christoph Hellwig Subject: Re: [PATCH 3/3] pata_legacy: Add `probe_mask' parameter like with ide-generic Message-ID: <20210322070944.GC3440@lst.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The interface looks a little strange, but I guess deviating from the old ide interface for something that has only such a use case in retrocomputing probably doesn't make much sense. Reviewed-by: Christoph Hellwig