From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pl1-f172.google.com (mail-pl1-f172.google.com [209.85.214.172]) (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 846BD2C85 for ; Wed, 13 Oct 2021 06:33:22 +0000 (UTC) Received: by mail-pl1-f172.google.com with SMTP id x4so1121862pln.5 for ; Tue, 12 Oct 2021 23:33:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=KN0hCxg4qCtDzIgJk5dwSpisgOtLaF48lTZLQMzdZGQ=; b=ZSgj9MSpSxiaNFjR5pl+MhsOPNs6TAo40lkstJ1+NMBhxL+4AoJC++ueHgXgDZsxkL A4rqeGya73qL9mbxIoCLhchn4/FA1cf285nRCQSnbarbdqSIQhxR7IZtW3h248WE8YVx CokTYsr+EOLC9mMcAUh/RiJhbXXJcMY50cpmY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=KN0hCxg4qCtDzIgJk5dwSpisgOtLaF48lTZLQMzdZGQ=; b=G0jTjK16d/xMnof6EKkdUE8kB6W1RAYhJPl1sFIZq5yh1Cf4wZwQ0w5zgZXiMoeKsl AAeJh5DzfX5z5bXBekn/EbSQkOIeUUAP8r6+rIU3yXhgbCHTOOtijYaGpO4+BBa3Apie 3llBarfoMqWMVFH3MPfzpvh1BoLpXoRIgtV7CUvpgTXx/Ubutcd0fN0OTaKubwt7ZlmJ Eup4vRVFcc2qlq86smablzr88VwHTEShMaNnZyph3XaRipPQftfn4djJvDfURzpC6Fgu Uom9FLqRv5RNsexKasQmI0dQ/tXeE7U7bHi5m6Gs+Z9gcp9DNMo8Ruj2/ZJ9SI1GWQ2E fg2w== X-Gm-Message-State: AOAM53158RSytxJMXRaGxaG7WadlvbhzTRzFUbg+YHngw1OCQ274q8vT s+Ggm1fAiwBdDs484I2qi7ltnw== X-Google-Smtp-Source: ABdhPJwSbdMnxpZNPs6DEcJzD+WCYFHCQcM73CXxNLIwDuWek8lOvAv7bQAbdyDz750VOQBh4gVb4A== X-Received: by 2002:a17:902:e5d2:b0:13f:21c1:b44f with SMTP id u18-20020a170902e5d200b0013f21c1b44fmr23591611plf.30.1634106800893; Tue, 12 Oct 2021 23:33:20 -0700 (PDT) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id s8sm8887899pfh.186.2021.10.12.23.33.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 12 Oct 2021 23:33:20 -0700 (PDT) Date: Tue, 12 Oct 2021 23:33:19 -0700 From: Kees Cook 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 , 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-mtd@lists.infradead.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 28/29] reiserfs: use sb_bdev_nr_blocks Message-ID: <202110122333.7CE920EB9@keescook> References: <20211013051042.1065752-1-hch@lst.de> <20211013051042.1065752-29-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: <20211013051042.1065752-29-hch@lst.de> On Wed, Oct 13, 2021 at 07:10:41AM +0200, Christoph Hellwig wrote: > Use the sb_bdev_nr_blocks helper instead of open coding it. > > Signed-off-by: Christoph Hellwig Reviewed-by: Kees Cook -- Kees Cook