]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/dlm/netlink.c
Merge tag 'dlm-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
[mirror_ubuntu-zesty-kernel.git] / fs / dlm / netlink.c
index 0643ae44f3427ddc1088cccb6a0a710039cdc6e1..43a96c330570d68c6b12b6c4701afad30144312b 100644 (file)
@@ -65,7 +65,7 @@ static int user_cmd(struct sk_buff *skb, struct genl_info *info)
        return 0;
 }
 
-static struct genl_ops dlm_nl_ops[] = {
+static const struct genl_ops dlm_nl_ops[] = {
        {
                .cmd    = DLM_CMD_HELLO,
                .doit   = user_cmd,