cvs commit: src/sys/compat/svr4 svr4_filio.c svr4_misc.c
src/sys/dev/streams streams.c src/sys/fs/fdescfs fdesc_vfsops.c
fdesc_vnops.c src/sys/fs/unionfs union_subr.c union_vfsops.c...
Poul-Henning Kamp
phk at FreeBSD.org
Sat Nov 13 03:53:03 PST 2004
phk 2004-11-13 11:53:02 UTC
FreeBSD src repository
Modified files:
sys/compat/svr4 svr4_filio.c svr4_misc.c
sys/dev/streams streams.c
sys/fs/fdescfs fdesc_vfsops.c fdesc_vnops.c
sys/fs/unionfs union_subr.c union_vfsops.c
sys/kern kern_descrip.c kern_event.c kern_exec.c
kern_fork.c sys_generic.c uipc_syscalls.c
vfs_syscalls.c
sys/sys filedesc.h
Log:
Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.
Use this in all the places where sleeping with the lock held is not
an issue.
The distinction will become significant once we finalize the exact
lock-type to use for this kind of case.
Revision Changes Path
1.33 +4 -4 src/sys/compat/svr4/svr4_filio.c
1.75 +2 -2 src/sys/compat/svr4/svr4_misc.c
1.48 +4 -4 src/sys/dev/streams/streams.c
1.48 +2 -2 src/sys/fs/fdescfs/fdesc_vfsops.c
1.94 +5 -5 src/sys/fs/fdescfs/fdesc_vnops.c
1.80 +2 -2 src/sys/fs/unionfs/union_subr.c
1.70 +2 -2 src/sys/fs/unionfs/union_vfsops.c
1.252 +15 -15 src/sys/kern/kern_descrip.c
1.85 +4 -4 src/sys/kern/kern_event.c
1.258 +3 -3 src/sys/kern/kern_exec.c
1.244 +5 -5 src/sys/kern/kern_fork.c
1.134 +6 -6 src/sys/kern/sys_generic.c
1.209 +5 -5 src/sys/kern/uipc_syscalls.c
1.358 +14 -14 src/sys/kern/vfs_syscalls.c
1.64 +3 -0 src/sys/sys/filedesc.h
More information about the cvs-all
mailing list