svn commit: r274238 - stable/10/sys/fs/autofs

Edward Tomasz Napierala trasz at FreeBSD.org
Fri Nov 7 15:50:41 UTC 2014


Author: trasz
Date: Fri Nov  7 15:50:40 2014
New Revision: 274238
URL: https://svnweb.freebsd.org/changeset/base/274238

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

Modified:
  stable/10/sys/fs/autofs/autofs_vnops.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/fs/autofs/autofs_vnops.c
==============================================================================
--- stable/10/sys/fs/autofs/autofs_vnops.c	Fri Nov  7 15:49:04 2014	(r274237)
+++ stable/10/sys/fs/autofs/autofs_vnops.c	Fri Nov  7 15:50:40 2014	(r274238)
@@ -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-stable-10 mailing list