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,
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to