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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 748D7C0015E for ; Wed, 19 Jul 2023 15:40:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231933AbjGSPkn (ORCPT ); Wed, 19 Jul 2023 11:40:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47012 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231950AbjGSPkj (ORCPT ); Wed, 19 Jul 2023 11:40:39 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 12DA71701; Wed, 19 Jul 2023 08:40:35 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 366D961763; Wed, 19 Jul 2023 15:40:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 10C52C433C7; Wed, 19 Jul 2023 15:40:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1689781234; bh=VHgF1bTcOvcb/8pCRZRg1ZSHoMzSjJRqBK8i/jC32uQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=p1oGVNf61A0zOzmqRqKK+/H2eLb/Oi9s95XoJnVr5QppcVZiDfnhnJwJthWGIdhlW 0ys197Oi8jGpOBgLJgWVrBb8pLFcV5Eg22TYbwQ7imLcLSitltQfUmTBwDue2bRLkG 1B6w7rlz/DNwwNbZ8BmVF5wTCmVroWPDErJdOsHQ= Date: Wed, 19 Jul 2023 17:40:31 +0200 From: Greg KH To: Eric Van Hensbergen Cc: Latchesar Ionkov , Dominique Martinet , Christian Schoenebeck , v9fs@lists.linux.dev, linux-kernel@vger.kernel.org, kernel@pengutronix.de, stable@vger.kernel.org, Robert Schwebel Subject: Re: [PATCH v3 2/4] fs/9p: fix typo in comparison logic for cache mode Message-ID: <2023071924-alright-prepaid-e5e4@gregkh> References: <20230716-fixes-overly-restrictive-mmap-v3-0-769791f474fd@kernel.org> <20230716-fixes-overly-restrictive-mmap-v3-2-769791f474fd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230716-fixes-overly-restrictive-mmap-v3-2-769791f474fd@kernel.org> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Jul 19, 2023 at 03:17:06PM +0000, Eric Van Hensbergen wrote: > There appears to be a typo in the comparison statement for the logic > which sets a file's cache mode based on mount flags. > > Fixes: 1543b4c5071c ("fs/9p: remove writeback fid and fix per-file modes") > Link: https://lore.kernel.org/v9fs/ZK25XZ%2BGpR3KHIB%2F@pengutronix.de/ > Reviewed-by: Christian Schoenebeck > Reviewed-by: Dominique Martinet > Signed-off-by: Eric Van Hensbergen > --- > fs/9p/fid.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.