X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=ipc%2Fmsg.c;h=c6521c205cb403a81cc2bf4e6969b2a5d54620c3;hb=4701514ad4301da7caa4dd7389e010807acf4d14;hp=1471db9a7e6112b3316ae887b50c6d8d1352f171;hpb=400c5bd5a5b1faf3089322ace58b974446a8ddc3;p=firefly-linux-kernel-4.4.55.git diff --git a/ipc/msg.c b/ipc/msg.c index 1471db9a7e61..c6521c205cb4 100644 --- a/ipc/msg.c +++ b/ipc/msg.c @@ -680,7 +680,7 @@ long do_msgsnd(int msqid, long mtype, void __user *mtext, rcu_read_lock(); ipc_lock_object(&msq->q_perm); - ipc_rcu_putref(msq, ipc_rcu_free); + ipc_rcu_putref(msq, msg_rcu_free); /* raced with RMID? */ if (!ipc_valid_object(&msq->q_perm)) { err = -EIDRM;