]> Pileus Git - ~andy/linux/blobdiff - fs/quota/netlink.c
genetlink: pass family to functions using groups
[~andy/linux] / fs / quota / netlink.c
index aa22fe03b76c65a7f37629928745b9a6b36cdda2..a5b5eddf6603bc3399a8588b20b9706e02f61546 100644 (file)
@@ -88,7 +88,7 @@ void quota_send_warning(struct kqid qid, dev_t dev,
                goto attr_err_out;
        genlmsg_end(skb, msg_head);
 
-       genlmsg_multicast(skb, 0, quota_mcgrp.id, GFP_NOFS);
+       genlmsg_multicast(&quota_genl_family, skb, 0, quota_mcgrp.id, GFP_NOFS);
        return;
 attr_err_out:
        printk(KERN_ERR "VFS: Not enough space to compose quota message!\n");