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 CD5D2C77B7A for ; Tue, 30 May 2023 23:40:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233977AbjE3Xk4 (ORCPT ); Tue, 30 May 2023 19:40:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60408 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233896AbjE3Xke (ORCPT ); Tue, 30 May 2023 19:40:34 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 48EE412B for ; Tue, 30 May 2023 16:40:32 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 55C286354A for ; Tue, 30 May 2023 23:40:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 60E50C433B4; Tue, 30 May 2023 23:40:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685490024; bh=JUb5V6kUM0gHtoz2x7OrWhtRLti1YDyfG3Z2xfxVIT8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=XUhL7fxY7nS/+bDHkU9GjXgiFAamwjgoOKf1Ztm8Miis7BJ/Zk0rQbIbrkjPXkTi+ imSx0NIp2uF+Y0vrir4JYiW0eZmipNzRMm9EgaAQSUgecwqnC1i2UpkiE61Jt0WRac Q4QBWfV9bUmbHlGISZL9+kNj7hwbefXMsYl0pOrFuWg0UulpsN1ETzaDqIdlaVAVhY pBtIWJc0kjkd834wgRZQ96H2l7h2J8L4tnli1dX6ybAGR7b2fPwQMsdaLJY/X0A74e ULC7B9gstPjhihIcAaVC+l+lMcoOyETKJyyQaRdw9CGpAnK4oFMlLYxno5F1XBb6/O PP4pzmBuGVkag== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 407E7E4D022; Tue, 30 May 2023 23:40:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [f2fs-dev] [PATCH v3] f2fs: fix to set noatime and immutable flag for quota file From: patchwork-bot+f2fs@kernel.org Message-Id: <168549002425.8773.15836981117739675166.git-patchwork-notify@kernel.org> Date: Tue, 30 May 2023 23:40:24 +0000 References: <20230527001539.3608665-1-chao@kernel.org> In-Reply-To: <20230527001539.3608665-1-chao@kernel.org> To: Chao Yu Cc: jaegeuk@kernel.org, linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Sat, 27 May 2023 08:15:39 +0800 you wrote: > We should set noatime bit for quota files, since no one cares about > atime of quota file, and we should set immutalbe bit as well, due to > nobody should write to the file through exported interfaces. > > Meanwhile this patch use inode_lock to avoid race condition during > inode->i_flags, f2fs_inode->i_flags update. > > [...] Here is the summary with links: - [f2fs-dev,v3] f2fs: fix to set noatime and immutable flag for quota file https://git.kernel.org/jaegeuk/f2fs/c/cd2a3af38096 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html