CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/06/19 05:54:34
Modified files:
distrib/sets/lists/comp: mi
share/man/man9 : Makefile VOP_LOOKUP.9 mutex.9 rwlock.9 vnsubr.9
sys/isofs/cd9660: cd9660_node.c cd9660_node.h cd9660_vfsops.c
cd9660_vnops.c
sys/isofs/udf : udf.h udf_vfsops.c udf_vnops.c
sys/kern : kern_lock.c vfs_subr.c vfs_vnops.c
sys/miscfs/fuse: fuse_vfsops.c fuse_vnops.c
sys/msdosfs : denode.h msdosfs_denode.c msdosfs_vnops.c
sys/ntfs : ntfs_vfsops.c
sys/sys : lock.h
sys/tmpfs : tmpfs.h tmpfs_subr.c tmpfs_vnops.c
sys/ufs/ext2fs : ext2fs_vfsops.c
sys/ufs/ffs : ffs_vfsops.c
sys/ufs/ufs : inode.h ufs_ihash.c ufs_vnops.c
Removed files:
share/man/man9 : lock.9
Log message:
Remove the lockmgr() API. It is only used by filesystems, where it is a
trivial change to use rrw locks instead. All it needs is LK_* defines
for the RW_* flags.
tested by naddy and sthen on package building infrastructure
input and ok jmc mpi tedu