NFS: callback up - users counting cleanup
authorStanislav Kinsbursky <skinsbursky@parallels.com>
Mon, 20 Aug 2012 14:00:31 +0000 (18:00 +0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 1 Oct 2012 22:25:38 +0000 (15:25 -0700)
commit23c20ecd44750dd42e5fd53285a17ca8d8a9b0a3
tree36940b99df871bd80fbb0d99fbaf9c3ef037abd8
parent8e2461444319b8f3fe47b94ea9b5d2e1dd8adadb
NFS: callback up - users counting cleanup

Usage coutner now increased only is the service was started sccessfully.
Even if service is running already, then goto is not required anymore, because
service creation and start will be skipped.
With this patch code looks clearer.

Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/callback.c