On Fri, Aug 17, 2007 at 05:19:17PM +1000, Michael Ellerman wrote: > Remove the ctx_info struct entirely, and also the ctx_info_list. This fixes > a race where two processes can clobber each other's ctx_info structs. > > Instead of using the list, we just repeat the search through the file > descriptor table. Looks good.