From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 406E2C43219 for ; Wed, 13 Oct 2021 06:14:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 105E560C4D for ; Wed, 13 Oct 2021 06:14:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237882AbhJMGQX (ORCPT ); Wed, 13 Oct 2021 02:16:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47442 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229750AbhJMGQT (ORCPT ); Wed, 13 Oct 2021 02:16:19 -0400 Received: from mail-pg1-x52a.google.com (mail-pg1-x52a.google.com [IPv6:2607:f8b0:4864:20::52a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AB687C061749 for ; Tue, 12 Oct 2021 23:14:15 -0700 (PDT) Received: by mail-pg1-x52a.google.com with SMTP id e7so1320531pgk.2 for ; Tue, 12 Oct 2021 23:14:15 -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=ohUOQyC8vv5S9fFmDSqrC2HGxb4XvUeywx+2/I7KWZo=; b=frRmuaPa3nXR7lxMr1CNNPYB3c6MDWaV+IHcoR+XuNXpKLmcDJudjmJiNd/vJuYFPn yeOjEGluCsqDt4qWvY1oHVWaypcD/6hEY+cvzA7LDBwWjS32G63Wnxe8e0GGmx9dGa0p xQzhoygleJQrWshzo5X8hdFcW2UVxu2kZRAXo= 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=ohUOQyC8vv5S9fFmDSqrC2HGxb4XvUeywx+2/I7KWZo=; b=jDH/g1KyOL0O1VVspZVQUJB+uTmxKu49eFG4QylRh+EnJJDWUjZ4vr8VWH1EeXG5NV eIxpt6rGi8RduUCbH7IP2ZL7t7G3orXtEXxbodwHdcmGbSRM9vDx3CDuXrtL9z7DJmKc 3y+Iz7ZNTHAsNz5/h9fYfBoerhky9/WFTm2uf+FJ7PPD730UdwQ/we2Vb2VEl8V6ccT1 k8YdbWYFT/juOW00/1g/59iIGfDJGB1FC22bNefxawG36UAJisDwctqg4tya0egLpYEk 0FlqYKS4I/W9CpXbGClTZHSDdlSmILvXcSnITWxpyFQ+opIfAXAU37pW5x5GlXFNG1iv Dt8w== X-Gm-Message-State: AOAM531QdTzAUV12XHUb8smDfdKcSJc09IMZZH2enioS5G8Ptd9EIYqV E2xJaJ9genS1GjzNMIQHyoe8XQ== X-Google-Smtp-Source: ABdhPJwNMNbppcyyaPyGGktYQSHeAypT2bIkLVBhhieDA7TSPn60W6m8F7nQfgJZ/E5a6hMyK4Ynow== X-Received: by 2002:a63:e00b:: with SMTP id e11mr26380948pgh.190.1634105655240; Tue, 12 Oct 2021 23:14:15 -0700 (PDT) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id t8sm10813622pgk.66.2021.10.12.23.14.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 12 Oct 2021 23:14:15 -0700 (PDT) Date: Tue, 12 Oct 2021 23:14:14 -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 09/29] fs: simplify init_page_buffers Message-ID: <202110122314.664187AA@keescook> References: <20211013051042.1065752-1-hch@lst.de> <20211013051042.1065752-10-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211013051042.1065752-10-hch@lst.de> Precedence: bulk List-ID: X-Mailing-List: linux-raid@vger.kernel.org On Wed, Oct 13, 2021 at 07:10:22AM +0200, Christoph Hellwig wrote: > No need to convert from bdev to inode and back. > > Signed-off-by: Christoph Hellwig Reviewed-by: Kees Cook -- Kees Cook