[PATCH] Fix max_threads command line parameter propagation
authorSarath Lakshman <sarath@couchbase.com>
Sat, 11 Mar 2023 11:28:31 +0000 (16:58 +0530)
committerLaszlo Boszormenyi (GCS) <gcs@debian.org>
Sat, 21 Sep 2024 12:06:04 +0000 (14:06 +0200)
commitb38e51e5468963734136ff2e52f84f0339769078
treed02184e5780234f8f80a2b090a6638e0706190c1
parentd7d88b99bd3c9ea7b34663a0e65f6572dd572b97
[PATCH] Fix max_threads command line parameter propagation

The fuse_main_real() method doesn't apply the max_threads parameter
parsed through the commandline arguments. This commit fixes the wiring
of max_threads argument.

Gbp-Pq: Name Fix-max_threads-command-line-parameter-propagation.patch
lib/helper.c