From: Chuck Lever Date: Sat, 6 Dec 2008 00:03:16 +0000 (-0500) Subject: NSM: Generate NSMPROC_MON's "priv" argument when nsm_handle is created X-Git-Tag: v2.6.29-rc1~177^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e44d3bea21fbb9494930d1cd35ca92a9a4a3279;p=pandora-kernel.git NSM: Generate NSMPROC_MON's "priv" argument when nsm_handle is created Introduce a new data type, used by both the in-kernel NLM and NSM implementations, that is used to manage the opaque "priv" argument for the NSMPROC_MON and NLMPROC_SM_NOTIFY calls. Construct the "priv" cookie when the nsm_handle is created. The nsm_init_private() function may look a little strange, but it is roughly equivalent to how the XDR encoder formed the "priv" argument. It's going to go away soon. Signed-off-by: Chuck Lever Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed