K 10 svn:author V 5 jamie K 8 svn:date V 27 2016-04-27T02:25:21.393201Z K 7 svn:log V 322 Delay revmoing the last jail reference in prison_proc_free, and instead put it off into the pr_task. This is similar to prison_free, and in fact uses the same task even though they do something slightly different. This resolves a LOR between the process lock and allprison_lock, which came about in r298565. PR: 48471 END