| commit | b2aaabf3590aeb7c7360b1fb7cedd4f643d00c72 | [log] [tgz] |
|---|---|---|
| author | Darrick J. Wong <djwong@kernel.org> | Wed Jan 27 15:03:45 2021 -0800 |
| committer | Darrick J. Wong <djwong@kernel.org> | Mon Feb 22 18:57:24 2021 -0800 |
| tree | d013fa93ce01f74b60885a7dbd3181bad1bbce26 | |
| parent | 8f5662ac3046be7228f6e02e829510f1a908865c [diff] |
xfs: set WQ_SYSFS on all workqueues in debug mode When CONFIG_XFS_DEBUG=y, set WQ_SYSFS on all workqueues that we create so that we (developers) have a means to monitor cpu affinity and whatnot for background workers. In the next patchset we'll expose knobs for some of the workqueues publicly and document it, but not now. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com>