summaryrefslogtreecommitdiffstats
path: root/fs/quota/netlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/quota/netlink.c')
-rw-r--r--fs/quota/netlink.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/quota/netlink.c b/fs/quota/netlink.c
index 8b252673d454..3965a5cdfaa2 100644
--- a/fs/quota/netlink.c
+++ b/fs/quota/netlink.c
@@ -13,13 +13,6 @@ static const struct genl_multicast_group quota_mcgrps[] = {
13 13
14/* Netlink family structure for quota */ 14/* Netlink family structure for quota */
15static struct genl_family quota_genl_family = { 15static struct genl_family quota_genl_family = {
16 /*
17 * Needed due to multicast group ID abuse - old code assumed
18 * the family ID was also a valid multicast group ID (which
19 * isn't true) and userspace might thus rely on it. Assign a
20 * static ID for this group to make dealing with that easier.
21 */
22 .id = GENL_ID_VFS_DQUOT,
23 .hdrsize = 0, 16 .hdrsize = 0,
24 .name = "VFS_DQUOT", 17 .name = "VFS_DQUOT",
25 .version = 1, 18 .version = 1,