svn commit: r304619 - in stable: 10/sys/sys 9/sys/sys

2016-08-22 Thread John Baldwin
Author: jhb Date: Mon Aug 22 18:12:24 2016 New Revision: 304619 URL: https://svnweb.freebsd.org/changeset/base/304619 Log: MFC 302379: Correct locking annotation for p_comm. p_comm is changed during exec, it is not read-only after fork. Modified: stable/9/sys/sys/proc.h Directory Propert

svn commit: r304619 - in stable: 10/sys/sys 9/sys/sys

2016-08-22 Thread John Baldwin
Author: jhb Date: Mon Aug 22 18:12:24 2016 New Revision: 304619 URL: https://svnweb.freebsd.org/changeset/base/304619 Log: MFC 302379: Correct locking annotation for p_comm. p_comm is changed during exec, it is not read-only after fork. Modified: stable/10/sys/sys/proc.h Directory Proper