Received: by 2002:a6b:fb09:0:0:0:0:0 with SMTP id h9csp3516419iog; Mon, 20 Jun 2022 23:36:26 -0700 (PDT) X-Google-Smtp-Source: AGRyM1tScoNw+9rUlSSs2Fs56+kRBCBEJZFK9bKEHUxdqM/t+i5QuhRFXcnDTUuqluw29IfyR9Gh X-Received: by 2002:aa7:8f30:0:b0:525:3ad6:fb67 with SMTP id y16-20020aa78f30000000b005253ad6fb67mr472606pfr.78.1655793385858; Mon, 20 Jun 2022 23:36:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1655793385; cv=none; d=google.com; s=arc-20160816; b=mJcDS9cmqAf4ja71Yr5coUB/SjQ1HyEDkFsNCKEUm3HgdHnAKiSWtcNIsh4orwoz6b KxrwGSjPFRh/5YAevCM+0yg+SjrUhoS8iNmVirbnmaujvO4hBB7A2qM2bumjbioyZaZp NMu7WzyEvm8FdPF+3A38Tph/WXE+TL/CXwHkUI0s4u+k35XXSz0aJpXdFVHePsSB1yqK Vg4pzMKhi3P/s8Ay9nI//yHbocHg6LbZvZXHAkO6F0iQEjEdaewqr2tlwc0KID90Dtq/ GANkrz5PqDsQdiJmLjyAERuCO3Tkrg0t2SqaXUWBRg8r9vKs/dZ6bctL7asaGr2HTQJ6 aZMA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=CwfxKNutpo78/h10OdJwZ4PUKGKrpEcpUxNZk/1JN1A=; b=DE3P16BMTuxEhFLakXuTD8SEOIr4hhEO7d8VCwHGlMfaNumgVzx6VDfvFdmupIomno dWZUvysdiTP/fQeNpZ0KOaettWZMXiSajR/3CHHg8jQdGduaFlTCemf8b+vxPBTskI5X F1TFL3HxMpQubSJj6Ff4eO7fqSj7dpZQJk8PPjdUpilZd2OpNbAjfyYNb5F474zSIV8j aECtIoIKU+mKIJ3Iw3Ckv91WUH+iZEeVs5IjMasdFtIKwHreEPErQ7ZikYijgOoRfofE BsJpkiXgnNugTiDGRa9s12HIfV76VX6qG7Q7G018/3xu4zbKdkFcm8I5vnoBF/LWbkUk PPVw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id g11-20020a170902740b00b0016a1fddfa31si6928604pll.278.2022.06.20.23.36.07; Mon, 20 Jun 2022 23:36:25 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344735AbiFUGei (ORCPT + 99 others); Tue, 21 Jun 2022 02:34:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50368 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235008AbiFUGeh (ORCPT ); Tue, 21 Jun 2022 02:34:37 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 06D2712D0B; Mon, 20 Jun 2022 23:34:36 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 332BC68AFE; Tue, 21 Jun 2022 08:34:33 +0200 (CEST) Date: Tue, 21 Jun 2022 08:34:32 +0200 From: Christoph Hellwig To: Ritesh Harjani Cc: linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org, Jan Kara , Alexander Viro , Christoph Hellwig , kernel test robot Subject: Re: [PATCHv2 2/4] fs/ntfs: Drop useless return value of submit_bh from ntfs_submit_bh_for_read Message-ID: <20220621063432.GA826@lst.de> References: 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) X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_NONE,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Mon, Jun 20, 2022 at 02:34:35PM +0530, Ritesh Harjani wrote: > submit_bh always returns 0. This patch drops the useless return value of > submit_bh from ntfs_submit_bh_for_read(). Once all of submit_bh callers are > cleaned up, we can make it's return type as void. Looks good: Reviewed-by: Christoph Hellwig and so sad that a newly merged file systems still does all this buffer head crap :(