From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-f181.google.com ([209.85.223.181]:38860 "EHLO mail-io0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750805AbdIEGmN (ORCPT ); Tue, 5 Sep 2017 02:42:13 -0400 Received: by mail-io0-f181.google.com with SMTP id q64so10942875iod.5 for ; Mon, 04 Sep 2017 23:42:12 -0700 (PDT) Date: Mon, 4 Sep 2017 23:42:08 -0700 From: Omar Sandoval To: Christoph Hellwig , Jens Axboe Cc: Chandan Rajendra , linux-xfs@vger.kernel.org, sandeen@sandeen.net, Omar Sandoval , linux-block@vger.kernel.org Subject: Re: [PATCH] mkfs: Remove messages printed when blocksize < physical sectorsize Message-ID: <20170905064208.GB15686@vader> References: <20170905054442.28615-1-chandan@linux.vnet.ibm.com> <20170905063139.GA679@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20170905063139.GA679@infradead.org> Sender: linux-block-owner@vger.kernel.org List-Id: linux-block@vger.kernel.org On Mon, Sep 04, 2017 at 11:31:39PM -0700, Christoph Hellwig wrote: > On Tue, Sep 05, 2017 at 11:14:42AM +0530, Chandan Rajendra wrote: > > Linux kernel commit 6c6b6f28b3335fd85ec833ee0005d9c9dca6c003 (loop: set > > physical block size to PAGE_SIZE) now sets PAGE_SIZE as the default > > physical sector size of loop devices. On ppc64, this causes loop devices > > to have 64k as the physical sector size. > > Eek. We'll need to revert the loop change ASAP! Most annoying patch series ever. It hasn't made it to Linus' tree yet, right? We can revert (although the later change depends on that), fold in a fix, or apply a fix on top of it, whatever Jens prefers.