mbox series

[0/2] nfsdctl: fix default threads and clean up compiler warnings

Message ID 20240715-nfsdctl-v1-0-c09c314f540d@kernel.org (mailing list archive)
Headers show
Series nfsdctl: fix default threads and clean up compiler warnings | expand

Message

Jeff Layton July 15, 2024, 11:43 a.m. UTC
Steve noticed while playing with the nfsdctl patches that I had goofed
setting the default number of threads when it wasn't specified in
nfs.conf. The first patch fixes that. The second patch cleans up a bunch
of compiler warnings that I missed in the original submission.

Both should apply cleanly on top of the v5 nfsdctl series [1] that I
sent last month.

[1]: https://lore.kernel.org/linux-nfs/20240613-nfsdctl-v5-0-0b7a39102bac@kernel.org/

Signed-off-by: Jeff Layton <jlayton@kernel.org>
---
Jeff Layton (2):
      nfsdctl: make "autostart" default to 16 threads
      nfsdctl: fix compiler warnings

 utils/nfsdctl/nfsdctl.c | 80 ++++++++++++++++++++-----------------------------
 1 file changed, 33 insertions(+), 47 deletions(-)
---
base-commit: 44dd12f5a715b419d83f81657ea68ea435f6c248
change-id: 20240715-nfsdctl-caa54bd2885f

Best regards,