From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B0EC42C80 for ; Fri, 15 Oct 2021 13:44:32 +0000 (UTC) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id E5A3021A63; Fri, 15 Oct 2021 13:44:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1634305465; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=3SvBMl3dLeK11RlehwTltHoYoDfcWz7lGLHAqtgjZQE=; b=z0iTM8jvz+S7hlms0iny76TD51E3PfLD3537sKpbHuTKzulrvH68aJ9qps+RQklgWmrDAG Nj5ThlWrEZOKPMTDPM2ZAiCDxULCq4eRtnrsZCac4uugkeJk4OjIxag/CYx8dJXtVYWfqV OrEJVn7PkwDghsrVaql0rujxtUo/tNU= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1634305465; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=3SvBMl3dLeK11RlehwTltHoYoDfcWz7lGLHAqtgjZQE=; b=gYr4ogPYzrVoccaCsT3MoEox6amV4UY7UYPBw8MVkkEVDq0uxAzQGjjQ5iOUcTNetD1tu1 DvQLnivp33/RBsBA== Received: from quack2.suse.cz (unknown [10.100.200.198]) by relay2.suse.de (Postfix) with ESMTP id CB773A3B83; Fri, 15 Oct 2021 13:44:23 +0000 (UTC) Received: by quack2.suse.cz (Postfix, from userid 1000) id A1EFC1E0A40; Fri, 15 Oct 2021 15:44:23 +0200 (CEST) Date: Fri, 15 Oct 2021 15:44:23 +0200 From: Jan Kara To: Christoph Hellwig Cc: Jens Axboe , Coly Li , Mike Snitzer , Song Liu , David Sterba , Josef Bacik , Theodore Ts'o , OGAWA Hirofumi , Dave Kleikamp , Ryusuke Konishi , Anton Altaparmakov , Konstantin Komarov , Kees Cook , Phillip Lougher , Jan Kara , linux-block@vger.kernel.org, dm-devel@redhat.com, drbd-dev@lists.linbit.com, linux-bcache@vger.kernel.org, linux-raid@vger.kernel.org, linux-nvme@lists.infradead.org, linux-scsi@vger.kernel.org, target-devel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-btrfs@vger.kernel.org, linux-ext4@vger.kernel.org, jfs-discussion@lists.sourceforge.net, linux-nfs@vger.kernel.org, linux-nilfs@vger.kernel.org, linux-ntfs-dev@lists.sourceforge.net, ntfs3@lists.linux.dev, reiserfs-devel@vger.kernel.org Subject: Re: [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h Message-ID: <20211015134423.GQ23102@quack2.suse.cz> References: <20211015132643.1621913-1-hch@lst.de> <20211015132643.1621913-2-hch@lst.de> Precedence: bulk X-Mailing-List: ntfs3@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211015132643.1621913-2-hch@lst.de> User-Agent: Mutt/1.10.1 (2018-07-13) On Fri 15-10-21 15:26:14, Christoph Hellwig wrote: > Ensure these are always available for inlines in the various block layer > headers. > > Signed-off-by: Christoph Hellwig Looks good. Feel free to add: Reviewed-by: Jan Kara Honza -- Jan Kara SUSE Labs, CR