Searched hist:239065 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/net/
H A Dbpf_zerocopy.cdiff 239065 Sun Aug 05 12:13:26 MDT 2012 kib After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason
to pull vm_param.h was removed. Other big dependency of vm_page.h on
vm_param.h are PA_LOCK* definitions, which are only needed for
in-kernel code, because modules use KBI-safe functions to lock the
pages.

Stop including vm_param.h into vm_page.h. Include vm_param.h
explicitely for the kernel code which needs it.

Suggested and reviewed by: alc
MFC after: 2 weeks
/freebsd-10-stable/sys/fs/smbfs/
H A Dsmbfs_io.cdiff 239065 Sun Aug 05 12:13:26 MDT 2012 kib After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason
to pull vm_param.h was removed. Other big dependency of vm_page.h on
vm_param.h are PA_LOCK* definitions, which are only needed for
in-kernel code, because modules use KBI-safe functions to lock the
pages.

Stop including vm_param.h into vm_page.h. Include vm_param.h
explicitely for the kernel code which needs it.

Suggested and reviewed by: alc
MFC after: 2 weeks
/freebsd-10-stable/sys/nfsclient/
H A Dnfs_bio.cdiff 239065 Sun Aug 05 12:13:26 MDT 2012 kib After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason
to pull vm_param.h was removed. Other big dependency of vm_page.h on
vm_param.h are PA_LOCK* definitions, which are only needed for
in-kernel code, because modules use KBI-safe functions to lock the
pages.

Stop including vm_param.h into vm_page.h. Include vm_param.h
explicitely for the kernel code which needs it.

Suggested and reviewed by: alc
MFC after: 2 weeks
/freebsd-10-stable/sys/ufs/ffs/
H A Dffs_vnops.c

Completed in 169 milliseconds