commit | b53d40c5070bffde1b2bcaf848412a50d8894794 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@citi.umich.edu> | Fri May 01 19:50:00 2009 -0400 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Fri May 01 19:50:00 2009 -0400 |
tree | 3f0e0f62997b437eb03678040393aa5e1fbfd315 | |
parent | c237dc0303bcf6f4cc2e0efe4fe4e341c6f34dac [diff] |
nfsd4: eliminate struct nfs4_cb_recall The nfs4_cb_recall struct is used only in nfs4_delegation, so its pointer to the containing delegation is unnecessary--we could just use container_of(). But there's no real reason to have this a separate struct at all--just move these fields to nfs4_delegation. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>