Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp660401ybt; Wed, 24 Jun 2020 08:13:21 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw79P6CUufAUb0gxs4Yq9o0hy1RjWwMJTvBOxi+pSRwYsFxGhfYg50uBEEOo955ZcK/DmkX X-Received: by 2002:a17:906:7208:: with SMTP id m8mr26459086ejk.544.1593011601500; Wed, 24 Jun 2020 08:13:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1593011601; cv=none; d=google.com; s=arc-20160816; b=QnJWGXiRJv4fXimAPrNg+lR67ZOKA8OitlmKn+P1Jh+H6u19bM0mBi2xdfASzKmuYc WYRvskWSbtwtaQR0AKy86piilB2N8vQzSU6LqPbn2SzGT0ElSVAFwz+f/gDt4Yz/mMfY WeZNl2n76alRkVuQZG2gISEXxYBmrNn3R4Bwqmcx70+zLxjr0zFnDZpDlL4sj/rI/DQC B7DKwsJbMnMVChRq4BAtRG9ECHAkKd/hIS1pB9IX9NXJb+pAqRi+XWWj1BEljp576yFC TZ7/oJxoI9fbmbikx9MAn/F1XPpBsHKJ8kTM3NFfURyevqgeLu+JYbMrfp+fATamthu0 /FdA== 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=TgJo1fjrOyARfKsI76N66j+oi9yHtksFhl8PElZ+KYc=; b=yKB4qtaZWOZNa4w+HP+Z8uR6XehnhOxdYaiOOnnqnOhbIiZjL5NU/8GrlQbHLtQSBX Oe2O94nrgIgvewLIIIagxI9HUEJ90FMBCbd4fM6tJaXjLiXGYvILzH8qVMFMGI7TjdqV v0OO+xq4VavgjSJm4Li0u9pkWs57Iq6H591OlJS0ignkunBKguDcmEUjggCFfWS3O4sH EcEQOC84Za0SJ9TLO2+G4Vrj5WKqurBB+vI22K5FzlTBC3ElgOa8HHyaAnzj3lpZOl4L HpykFqm7AKcvD+I4GjTUuYQInEI+o1/91vmQH9gCPcsiEQHVxeU2oS8R3biC6SEtoQF/ maEg== 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 d22si4967167edq.274.2020.06.24.08.12.58; Wed, 24 Jun 2020 08:13:21 -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 S2404417AbgFXPMO (ORCPT + 99 others); Wed, 24 Jun 2020 11:12:14 -0400 Received: from verein.lst.de ([213.95.11.211]:44696 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2404321AbgFXPMO (ORCPT ); Wed, 24 Jun 2020 11:12:14 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id CAB3568B02; Wed, 24 Jun 2020 17:12:11 +0200 (CEST) Date: Wed, 24 Jun 2020 17:12:11 +0200 From: Christoph Hellwig To: Jens Axboe Cc: Christoph Hellwig , Al Viro , Greg Kroah-Hartman , Jiri Slaby , linux-block@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: move block bits out of fs.h Message-ID: <20200624151211.GA17344@lst.de> References: <20200620071644.463185-1-hch@lst.de> 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) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 24, 2020 at 09:09:42AM -0600, Jens Axboe wrote: > Applied for 5.9 - I kept this in a separate topic branch, fwiw. There's the > potential for some annoying issues with this, so would rather have it in > a branch we can modify easily, if we need to. Hmm, I have a bunch of things building on top of this pending, so that branch split will be interesting to handle.