Module Name: src Committed By: hannken Date: Fri Jul 2 08:09:51 UTC 2010
Modified Files: src/sys/miscfs/genfs: layer_extern.h layer_vnops.c src/sys/miscfs/nullfs: null_vnops.c src/sys/miscfs/overlay: overlay_vnops.c src/sys/miscfs/umapfs: umap_vnops.c Log Message: LK_INTERLOCK is no longer a valid flag for VOP_LOCK(). This makes layer_*lock*() obsolete. Remove them and handle lock operations with the generic bypass function. Ride 5.99.34. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/miscfs/genfs/layer_extern.h cvs rdiff -u -r1.42 -r1.43 src/sys/miscfs/genfs/layer_vnops.c cvs rdiff -u -r1.35 -r1.36 src/sys/miscfs/nullfs/null_vnops.c cvs rdiff -u -r1.16 -r1.17 src/sys/miscfs/overlay/overlay_vnops.c cvs rdiff -u -r1.49 -r1.50 src/sys/miscfs/umapfs/umap_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.