K 10 svn:author V 3 kib K 8 svn:date V 27 2011-08-06T11:33:17.358662Z K 7 svn:log V 320 MFC r224522: Fix a race in the device pager allocation. If another thread won and allocated the device pager for the given handle, then the object fictitious pages list and the object membership in the global object list still need to be initialized. Otherwise, dev_pager_dealloc() will traverse uninitialized pointers. END