nfsd4: rename callback struct to cb_conn
authorJ. Bruce Fields <bfields@citi.umich.edu>
Wed, 29 Apr 2009 23:09:19 +0000 (19:09 -0400)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Fri, 1 May 2009 21:31:44 +0000 (17:31 -0400)
I want to use the name for a struct that actually does represent a
single callback.

(Actually, I've never been sure it helps to a separate struct for the
callback information.  Some day maybe those fields could just be dumped
into struct nfs4_client.  I don't know.)

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

No differences found