commit | 8e2461444319b8f3fe47b94ea9b5d2e1dd8adadb | [log] [tgz] |
---|---|---|
author | Stanislav Kinsbursky <skinsbursky@parallels.com> | Mon Aug 20 18:00:26 2012 +0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Oct 01 15:25:35 2012 -0700 |
tree | 6f0bf79be0c107aa419398af2fb4f0ff6bdddbe0 | |
parent | 691c457ae635a063e0e4c8551ba4566eab9a17e3 [diff] |
NFS: callback service start function introduced This is just a code move, which from my POW makes code looks better. I.e. now on start we have 3 different stages: 1) Service creation. 2) Service per-net data allocation. 3) Service start. Patch also renames goto label "out_err:" into "err_start:" to reflect new changes. Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>