From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lgeamrelo12.lge.com (lgeamrelo12.lge.com [156.147.23.52]) (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 25B033A1E70 for ; Wed, 21 Jan 2026 23:54:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.147.23.52 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769039671; cv=none; b=LEOamf36czQWq6ZCh3FIcJMolkYfhCdb83KnzfbbHeqGp7SkEKZLkVMpvUGv9LyAbVck8qU0cVeytOiwR2tgqrMyRdjddGbSoOWwbE++9CmIHIGX72Jp/DRKgo++aWIIz4SU6ORxrP2aj/L2AOAKhaEwG0Zf3Q9nxiMHkfxhQsI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769039671; c=relaxed/simple; bh=QZJ20NVvR3PwPvBLZjEM0qlr8a4od+ndV+KIyWQOZQM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=aJ/Q+nLIGB3Vib4J8f63ne0o3bS/VNR1yjF2CKYbiJCQsRhSoEW4a0aAqrUVvkq5n1Hp74huQvAILibWJ+yG1/3UpDdYAtDtEXBv+cwqPnqLs0pBeGhucfbQwGpEVWj+9HxKOJN1MQtYfTWl/z6sgFdtFR7KNlmbCs9tE/AJYcg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lge.com; spf=pass smtp.mailfrom=lge.com; arc=none smtp.client-ip=156.147.23.52 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lge.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lge.com Received: from unknown (HELO lgeamrelo01.lge.com) (156.147.1.125) by 156.147.23.52 with ESMTP; 22 Jan 2026 08:54:19 +0900 X-Original-SENDERIP: 156.147.1.125 X-Original-MAILFROM: chanho.min@lge.com Received: from unknown (HELO BRUNHILD) (10.178.31.97) by 156.147.1.125 with ESMTP; 22 Jan 2026 08:54:19 +0900 X-Original-SENDERIP: 10.178.31.97 X-Original-MAILFROM: chanho.min@lge.com Date: Thu, 22 Jan 2026 08:54:19 +0900 From: Chanho Min To: Daniel Palmer Cc: phillip@squashfs.org.uk, linux-kernel@vger.kernel.org Subject: Re: [PATCH] squashfs: Fix typo in help for CONFIG_SQUASHFS_COMP_CACHE_FULL Message-ID: References: <20260121132253.2651626-1-daniel@thingy.jp> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260121132253.2651626-1-daniel@thingy.jp> On Wed, Jan 21, 2026 at 10:22:53PM +0900, Daniel Palmer wrote: > Change "reducinng" to "reducing". > > Fixes: 2e227ff5e272 ("squashfs: add optional full compressed block caching") > Signed-off-by: Daniel Palmer > --- > fs/squashfs/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/squashfs/Kconfig b/fs/squashfs/Kconfig > index a9602aae21ef..0a0715b0a887 100644 > --- a/fs/squashfs/Kconfig > +++ b/fs/squashfs/Kconfig > @@ -156,7 +156,7 @@ config SQUASHFS_COMP_CACHE_FULL > help > This option enables caching of all compressed blocks, Without caching, > repeated reads of the same files trigger excessive disk I/O, significantly > - reducinng performance in workloads like fio-based benchmarks. > + reducing performance in workloads like fio-based benchmarks. > > For example, fio tests (iodepth=1, numjobs=1, ioengine=psync) show: > With caching: IOPS=2223, BW=278MiB/s (291MB/s) Acked-by: Chanho Min > -- > 2.51.0 >