Module Name: src Committed By: hannken Date: Thu Jun 24 12:58:48 UTC 2010
Modified Files: src/sys/kern: vnode_if.src Log Message: Clean up vnode lock operations pass 2: VOP_UNLOCK(vp, flags) -> VOP_UNLOCK(vp): Remove the unneeded flags argument. Welcome to 5.99.32. Discussed on tech-kern. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/kern/vnode_if.src Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/kern/vnode_if.src diff -u src/sys/kern/vnode_if.src:1.58 src/sys/kern/vnode_if.src:1.59 --- src/sys/kern/vnode_if.src:1.58 Sat Nov 15 19:08:12 2008 +++ src/sys/kern/vnode_if.src Thu Jun 24 12:58:48 2010 @@ -1,4 +1,4 @@ -# $NetBSD: vnode_if.src,v 1.58 2008/11/15 19:08:12 pooka Exp $ +# $NetBSD: vnode_if.src,v 1.59 2010/06/24 12:58:48 hannken Exp $ # # Copyright (c) 1992, 1993 # The Regents of the University of California. All rights reserved. @@ -396,7 +396,6 @@ # vop_unlock { IN LOCKED=YES struct vnode *vp; - IN int flags; }; #