Re: troubleshooting dragonfly after compiling kernel

看板DFBSD_kernel作者時間15年前 (2010/09/06 17:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串12/13 (看更多)
On Sat, Sep 04, 2010 at 02:52:01PM +0000, Pratyush Kshirsagar wrote: > Hello Everyone! > > I upgraded the source on Sep 1 as Matt suggested and modified the code as > Yonetani said. Still coming across the same problem. Ah, I didn't know that the list was not terminated with a NULL. Just replace the while() loop in vmap_resident_count() with the one taken from other functions in the file, like this: for (entry = v->header.next; entry != &v->header; entry = entry->next) { : } and you're done. Cheers.
文章代碼(AID): #1CXBKNNo (DFBSD_kernel)
討論串 (同標題文章)
文章代碼(AID): #1CXBKNNo (DFBSD_kernel)