svn commit: r272836 - head/sys/fs/autofs

Edward Tomasz Napierala trasz at FreeBSD.org
Thu Oct 9 18:49:59 UTC 2014


Author: trasz
Date: Thu Oct  9 18:49:58 2014
New Revision: 272836
URL: https://svnweb.freebsd.org/changeset/base/272836

Log:
  Remove remnants of some cleanup; no functional changes.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/fs/autofs/autofs_vnops.c

Modified: head/sys/fs/autofs/autofs_vnops.c
==============================================================================
--- head/sys/fs/autofs/autofs_vnops.c	Thu Oct  9 18:03:12 2014	(r272835)
+++ head/sys/fs/autofs/autofs_vnops.c	Thu Oct  9 18:49:58 2014	(r272836)
@@ -459,8 +459,8 @@ autofs_readdir(struct vop_readdir_args *
 static int
 autofs_reclaim(struct vop_reclaim_args *ap)
 {
-	struct vnode *vp = ap->a_vp;
-	struct autofs_node *anp = vp->v_data;
+	struct vnode *vp;
+	struct autofs_node *anp;
 
 	vp = ap->a_vp;
 	anp = vp->v_data;


More information about the svn-src-head mailing list