commit | d459ec0baa5d22e111dfb139c46d6d788a9eac20 | [log] [tgz] |
---|---|---|
author | Antonino A. Daplas <adaplas@gmail.com> | Mon Jul 03 00:24:20 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jul 03 15:26:59 2006 -0700 |
tree | 7cbb8762c5c4693b68b10baa42a9d49666bc411e | |
parent | 36c9366efd63e4bab82d46e166140bddf3acc4cf [diff] |
[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 <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>