Not logged in
Log in now
Create an account
Subscribe to LWN
Recent Features
LWN.net Weekly Edition for May 24, 2012
A uTouch architecture introduction
LWN.net Weekly Edition for May 17, 2012
Tasting the Ice Cream Sandwich
Highlights from the PostgreSQL 9.2 beta
我使用2.6.29内核源代码。关于(*fault)()定义不太一样 。 int (*fault)(struct vm_area_struct *vma, struct vm_fault *vmf); struct vm_fault { unsigned int flags; /* FAULT_FLAG_xxx flags */ pgoff_t pgoff; /* Logical page offset based on vma */ void __user *virtual_address; /* Faulting virtual address */
struct page *page; /* ->fault handlers should return a * page here, unless VM_FAULT_NOPAGE * is set (which is also implied by * VM_FAULT_ERROR). */ };
Copyright © 2012, Eklektix, Inc. Comments and public postings are copyrighted by their creators. Linux is a registered trademark of Linus Torvalds