From: J. Bruce Fields Date: Fri, 1 May 2009 23:50:00 +0000 (-0400) Subject: nfsd4: eliminate struct nfs4_cb_recall X-Git-Tag: v2.6.31-rc1~57^2~27 X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=commitdiff_plain;h=b53d40c5070bffde1b2bcaf848412a50d8894794;hp=b53d40c5070bffde1b2bcaf848412a50d8894794 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 ---