commit | 598e2359090d393b01a8e10386dc3056ccfa47ae | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@primarydata.com> | Mon Jun 08 12:08:33 2015 -0700 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Aug 10 16:05:43 2015 -0400 |
tree | ba60a2163a0ef727a0223f6b4f5c95e38aeec720 | |
parent | b9e13cdfac70e38ade17b53810a36968c5842339 [diff] |
nfsd/sunrpc: abstract out svc_set_num_threads to sv_ops Add an operation that will do setup of the service. In the case of a classic thread-based service that means starting up threads. In the case of a workqueue-based service, the setup will do something different. Signed-off-by: Shirley Ma <shirley.ma@oracle.com> Acked-by: Jeff Layton <jlayton@primarydata.com> Tested-by: Shirley Ma <shirliey.ma@oracle.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>