aboutsummaryrefslogtreecommitdiffstats
path: root/fs/quota
diff options
context:
space:
mode:
Diffstat (limited to 'fs/quota')
-rw-r--r--fs/quota/netlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/quota/netlink.c b/fs/quota/netlink.c
index aa22fe03b76c..a5b5eddf6603 100644
--- a/fs/quota/netlink.c
+++ b/fs/quota/netlink.c
@@ -88,7 +88,7 @@ void quota_send_warning(struct kqid qid, dev_t dev,
88 goto attr_err_out; 88 goto attr_err_out;
89 genlmsg_end(skb, msg_head); 89 genlmsg_end(skb, msg_head);
90 90
91 genlmsg_multicast(skb, 0, quota_mcgrp.id, GFP_NOFS); 91 genlmsg_multicast(&quota_genl_family, skb, 0, quota_mcgrp.id, GFP_NOFS);
92 return; 92 return;
93attr_err_out: 93attr_err_out:
94 printk(KERN_ERR "VFS: Not enough space to compose quota message!\n"); 94 printk(KERN_ERR "VFS: Not enough space to compose quota message!\n");