Date: Thu, 11 Aug 2016 07:11:15 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r303950 - head/sys/sys Message-ID: <201608110711.u7B7BFLL067635@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608110711.u7B7BFLL067635>