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

Reply via email to