Re: [PATCH 1/7] xfs: increase the default parallelism levels of pwork clients
From: "Darrick J. Wong" <djwong@kernel.org>
Date: 2021-01-19 19:23:15
From: "Darrick J. Wong" <djwong@kernel.org>
Date: 2021-01-19 19:23:15
On Tue, Jan 19, 2021 at 04:37:11PM +0000, Christoph Hellwig wrote:
On Mon, Jan 18, 2021 at 11:57:10AM -0800, Darrick J. Wong wrote:quoted
Where should I add a sysfs attributes for per-fs configuration knobs? I don't really want to add "expected parallelism" to /sys/fs/xfs/*/error because that seems like the wrong place, and /proc/sys/fs/xfs/ is too global for something that could depend on the device.Maybe a mount option that can be changed using remount?
Yeah, I'll tack that on the end of the blockgc series as a CONFIG_XFS_DEBUG=y mount option. --D