From: Per Liden Date: Fri, 13 Jan 2006 21:06:40 +0000 (-0800) Subject: [PATCH] genetlink: don't touch module ref count X-Git-Tag: v2.6.16-rc1~173^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23b0ca5bf52cef0ab0f0fe247cb91cbef836e7eb;p=pandora-kernel.git [PATCH] genetlink: don't touch module ref count Increasing the module ref count at registration will block the module from ever being unloaded. In fact, genetlink should not care about the owner at all. This patch removes the owner field from the struct registered with genetlink. Signed-off-by: Per Liden Signed-off-by: Jamal Hadi Salim Signed-off-by: David S. Miller --- Reading git-diff-tree failed