From: Antonino A. Daplas Date: Mon, 3 Jul 2006 07:24:20 +0000 (-0700) Subject: [PATCH] vt: Decrement ref count of the VT backend on deallocation X-Git-Tag: v2.6.18-rc1~124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d459ec0baa5d22e111dfb139c46d6d788a9eac20;p=pandora-kernel.git [PATCH] vt: Decrement ref count of the VT backend on deallocation When a VT is newly allocated, the module reference count of the backend will be incremented. This should be balanced by a module_put() when this VT is deallocated. Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed