nfsd4: cl_count is unused
authorJ. Bruce Fields <bfields@citi.umich.edu>
Thu, 4 Mar 2010 16:32:59 +0000 (11:32 -0500)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Thu, 22 Apr 2010 15:34:02 +0000 (11:34 -0400)
Now that the shutdown sequence guarantees callbacks are shut down before
the client is destroyed, we no longer have a use for cl_count.

We'll probably reinstate a reference count on the client some day, but
it will be held by users other than callbacks.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>

No differences found