From: Christoph Hellwig Date: Wed, 24 Sep 2014 10:19:16 +0000 (+0200) Subject: nfsd: remove nfsd4_callback.cb_op X-Git-Tag: fixes-for-v3.18-merge-window~9^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2faf3b43507556bd80e5274270db1fce1408f4ff;p=pandora-kernel.git nfsd: remove nfsd4_callback.cb_op We can always get at the private data by using container_of, no need for a void pointer. Also introduce a little to_delegation helper to avoid opencoding the container_of everywhere. Signed-off-by: Christoph Hellwig Reviewed-by: Jeff Layton Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed