svn commit: r303950 - head/sys/sys

Edward Tomasz Napierala trasz at FreeBSD.org
Thu Aug 11 07:11:16 UTC 2016


Author: trasz
Date: Thu Aug 11 07:11:15 2016
New Revision: 303950
URL: https://svnweb.freebsd.org/changeset/base/303950

Log:
  Remove unused textvp_fullpath() macro.
  
  MFC after:	1 month

Modified:
  head/sys/sys/vnode.h

Modified: head/sys/sys/vnode.h
==============================================================================
--- head/sys/sys/vnode.h	Thu Aug 11 06:24:17 2016	(r303949)
+++ head/sys/sys/vnode.h	Thu Aug 11 07:11:15 2016	(r303950)
@@ -618,8 +618,6 @@ u_quad_t init_va_filerev(void);
 int	speedup_syncer(void);
 int	vn_vptocnp(struct vnode **vp, struct ucred *cred, char *buf,
 	    u_int *buflen);
-#define textvp_fullpath(p, rb, rfb) \
-	vn_fullpath(FIRST_THREAD_IN_PROC(p), (p)->p_textvp, rb, rfb)
 int	vn_fullpath(struct thread *td, struct vnode *vn,
 	    char **retbuf, char **freebuf);
 int	vn_fullpath_global(struct thread *td, struct vnode *vn,


More information about the svn-src-head mailing list