]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - kernel/sys.c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth
[mv-sheeva.git] / kernel / sys.c
index 1dbbe695a5efd9eb4f77b8a9fdf6a5da9bf2f795..58459509b14c9be7cdd0fb7f151b1d1e0bd950e3 100644 (file)
@@ -1759,6 +1759,7 @@ SYSCALL_DEFINE5(prctl, int, option, unsigned long, arg2, unsigned long, arg3,
                                              sizeof(me->comm) - 1) < 0)
                                return -EFAULT;
                        set_task_comm(me, comm);
+                       proc_comm_connector(me);
                        return 0;
                case PR_GET_NAME:
                        get_task_comm(comm, me);