Code Review
/
linux-3.10.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
|
inline
| side by side
[PATCH] genetlink: don't touch module ref count
[linux-3.10.git]
/
net
/
tipc
/
netlink.c
diff --git
a/net/tipc/netlink.c
b/net/tipc/netlink.c
index 7b963833964a5c82bf47d53f7ea5da3016b59a10..19b3f4022532ac58a77389c52720c0c3282795e1 100644
(file)
--- a/
net/tipc/netlink.c
+++ b/
net/tipc/netlink.c
@@
-1,8
+1,8
@@
/*
* net/tipc/netlink.c: TIPC configuration handling
*
/*
* net/tipc/netlink.c: TIPC configuration handling
*
- * Copyright (c) 2005, Wind River Systems
* Copyright (c) 2005-2006, Ericsson AB
* Copyright (c) 2005-2006, Ericsson AB
+ * Copyright (c) 2005, Wind River Systems
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@
-72,7
+72,6
@@
static struct genl_family family = {
.version = TIPC_GENL_VERSION,
.hdrsize = TIPC_GENL_HDRLEN,
.maxattr = 0,
.version = TIPC_GENL_VERSION,
.hdrsize = TIPC_GENL_HDRLEN,
.maxattr = 0,
- .owner = THIS_MODULE,
};
static struct genl_ops ops = {
};
static struct genl_ops ops = {