git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2de970f
)
cifs: fix module refcount leak in find_domain_name
author
Jeff Layton
<jlayton@redhat.com>
Wed, 6 Oct 2010 23:51:12 +0000
(19:51 -0400)
committer
Steve French
<sfrench@us.ibm.com>
Fri, 8 Oct 2010 03:33:08 +0000
(
03:33
+0000)
find_domain_name() uses load_nls_default which takes a module reference
on the appropriate NLS module, but doesn't put it.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Cc: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
No differences found