nls: have register_nls() set ->owner
pass owner explicitly to __register_nls(), make register_nls() a macro passing THIS_MODULE as the owner argument to __register_nls(). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Этот коммит содержится в:
@@ -46,7 +46,6 @@ static struct nls_table table = {
|
||||
.char2uni = char2uni,
|
||||
.charset2lower = identity, /* no conversion */
|
||||
.charset2upper = identity,
|
||||
.owner = THIS_MODULE,
|
||||
};
|
||||
|
||||
static int __init init_nls_utf8(void)
|
||||
|
Ссылка в новой задаче
Block a user