svn commit: r192490 - stable/7/sys/sys

Kip Macy kmacy at FreeBSD.org
Wed May 20 22:27:19 UTC 2009


Author: kmacy
Date: Wed May 20 22:27:18 2009
New Revision: 192490
URL: http://svn.freebsd.org/changeset/base/192490

Log:
  add vdestroy declaration now that it is no longer static
  - needed by ZFS

Modified:
  stable/7/sys/sys/vnode.h

Modified: stable/7/sys/sys/vnode.h
==============================================================================
--- stable/7/sys/sys/vnode.h	Wed May 20 22:26:03 2009	(r192489)
+++ stable/7/sys/sys/vnode.h	Wed May 20 22:27:18 2009	(r192490)
@@ -717,6 +717,7 @@ void	vrele(struct vnode *vp);
 void	vref(struct vnode *vp);
 int	vrefcnt(struct vnode *vp);
 void 	v_addpollinfo(struct vnode *vp);
+void	vdestroy(struct vnode *vp);
 
 int vnode_create_vobject(struct vnode *vp, off_t size, struct thread *td);
 void vnode_destroy_vobject(struct vnode *vp);


More information about the svn-src-stable-7 mailing list