From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6054A36AB5E for ; Mon, 13 Apr 2026 23:00:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776121237; cv=none; b=KDTBmDbwXoxmPgcvrl062f7qC4t3xdZuiKu3FeqGhuT0UVqtgxk3oPF6PQBfFA6zKSHPFVtYVrTLdg2mFdx8vGot+zZT6CO9Ug5uu6ZnTE0TsZCvyDWuqISJcPwkUP2JM5Y7NIrA/qLoukqOggbxtEdXa4JazFTj2inDJZ6uDRA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776121237; c=relaxed/simple; bh=4DZ3xVzeB2Bxp5R2LjduVfukq5RQnVrcHdkAOQk9L+Y=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=kIyUwA4WV9TOQKLHcXNah5ixx/6h7EFiFFy71/y4qB50cWCdn38WNnRBa3zbXJxZxvECAw0OtZr57tKU52djfnEku8aTtsDLn381IDGc6TmQSU9ib+a4eRQWrvphexZobINF8BaKJa3X+xajoAKaHqFxy46iuGSO84KHcgf7CtE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UZPrAXr0; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="UZPrAXr0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 43D4EC2BCAF; Mon, 13 Apr 2026 23:00:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776121237; bh=4DZ3xVzeB2Bxp5R2LjduVfukq5RQnVrcHdkAOQk9L+Y=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=UZPrAXr0XtWvO3QvhL59g4vePHsrCc7to5cz8aA0s3GqngDFd6YSDwxQdRqi4O2vm 285hPMBpv5rab+3tUaTVQU3fX/6ZkP5gik/CCFZfZIN3jExbejMG2ht7Kc+wuj/BVy I2zn6EW3vChHTbSVTw0iTFfpDLByYevW9qd/5V2pYtsNM/hLAjBOQs3xUMDakYhM/l Vp/n88jVD2rJ8NtKBQTcbrpC6B5cCpLUmB3oc9kRtMIofWbyUPFieStFCGLNW9lplW XfksVXA8azELvtpogfGckjGW0H+bRni/+GtvZkSQJ9bShrhtlZdNkmI8JdjrxruQvu 8tuBogrtGrUqg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id B9DB23809A0B; Mon, 13 Apr 2026 23:00:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [f2fs-dev] [PATCH] f2fs: allow empty mount string for Opt_usr|grp|projjquota From: patchwork-bot+f2fs@kernel.org Message-Id: <177612120854.590374.5989618887426099253.git-patchwork-notify@kernel.org> Date: Mon, 13 Apr 2026 23:00:08 +0000 References: <20260331174326.231867-1-jaegeuk@kernel.org> In-Reply-To: <20260331174326.231867-1-jaegeuk@kernel.org> To: Jaegeuk Kim Cc: linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Tue, 31 Mar 2026 17:43:26 +0000 you wrote: > The fsparam_string_empty() gives an error when mounting without string, since > its type is set to fsparam_flag in VFS. So, let's allow the flag as well. > > This addresses xfstests/f2fs/015 and f2fs/021. > > Signed-off-by: Jaegeuk Kim > > [...] Here is the summary with links: - [f2fs-dev] f2fs: allow empty mount string for Opt_usr|grp|projjquota https://git.kernel.org/jaegeuk/f2fs/c/2a3db1e02ce0 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html