]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - sys/kern/kern_exec.c
cache: drop the always curthread argument from reverse lookup routines
authormjg <mjg@FreeBSD.org>
Mon, 24 Aug 2020 08:57:02 +0000 (08:57 +0000)
committermjg <mjg@FreeBSD.org>
Mon, 24 Aug 2020 08:57:02 +0000 (08:57 +0000)
commita0d6ab1e696dce76058e99a44a553fecb1adee95
treebd921f5e24bf70480bee9fc4758998e3a74cfdc3
parentc005970d97e3eece0e3d095406666a75931357f9
cache: drop the always curthread argument from reverse lookup routines

Note VOP_VPTOCNP keeps getting it as temporary compatibility for zfs.

Tested by: pho
16 files changed:
sys/compat/linprocfs/linprocfs.c
sys/compat/linux/linux_getcwd.c
sys/dev/filemon/filemon_wrapper.c
sys/dev/hwpmc/hwpmc_mod.c
sys/fs/fdescfs/fdesc_vnops.c
sys/fs/procfs/procfs.c
sys/fs/procfs/procfs_map.c
sys/kern/kern_exec.c
sys/kern/kern_proc.c
sys/kern/kern_sig.c
sys/kern/sys_process.c
sys/kern/vfs_cache.c
sys/kern/vfs_vnops.c
sys/security/audit/audit_bsm_klib.c
sys/sys/vnode.h
sys/vm/vm_object.c