mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 09:44:18 +08:00
50a7ca3c6f
Use new return type vm_fault_t for fault handler. For now, this is just
documenting that the function returns a VM_FAULT value rather than an
errno. Once all instances are converted, vm_fault_t will become a
distinct type.
Ref-> commit
|
||
---|---|---|
.. | ||
cache.c | ||
copy_from_user.S | ||
copy_to_user.S | ||
copy_user_template.S | ||
init.c | ||
ioremap.c | ||
Makefile | ||
pgalloc.c | ||
strnlen_user.S | ||
uaccess.c | ||
vm_fault.c | ||
vm_tlb.c |