K 10 svn:author V 3 kib K 8 svn:date V 27 2008-09-23T17:41:15.368291Z K 7 svn:log V 417 MFC r182961: When doing rfork(0), i.e. separating curproc VM from any other user of the same vmspace, decrement the reference count of the shared LDT instead of a newly-made copy. Code factually removed LDT from the process that did rfork(0). Introduce user_ldt_deref() function that does decrement of refcount for the struct proc_ldt, and call it in the rfork(0) case on the shared LDT. Approved by: re (kensmith) END