svn commit: r192269 - user/kmacy/ZFS_MFC/sys/sys

Kip Macy kmacy at FreeBSD.org
Sun May 17 23:17:57 UTC 2009


Author: kmacy
Date: Sun May 17 23:17:56 2009
New Revision: 192269
URL: http://svn.freebsd.org/changeset/base/192269

Log:
  fix comments

Modified:
  user/kmacy/ZFS_MFC/sys/sys/namei.h

Modified: user/kmacy/ZFS_MFC/sys/sys/namei.h
==============================================================================
--- user/kmacy/ZFS_MFC/sys/sys/namei.h	Sun May 17 23:14:26 2009	(r192268)
+++ user/kmacy/ZFS_MFC/sys/sys/namei.h	Sun May 17 23:17:56 2009	(r192269)
@@ -70,6 +70,7 @@ struct nameidata {
 	struct	vnode *ni_rootdir;	/* logical root directory */
 	struct	vnode *ni_topdir;	/* logical top directory */
 
+	/*
 	 * Results: returned from/manipulated by lookup
 	 */
 	struct	vnode *ni_vp;		/* vnode of result */
@@ -87,8 +88,8 @@ struct nameidata {
 	 */
 	struct componentname ni_cnd;
 #ifdef notyet
-	int	ni_dirfd;		/* starting directory for *at functions */	/*
-#endif									 };
+	int	ni_dirfd;		/* starting directory for *at functions */	
+#endif
 };
 
 #ifdef _KERNEL


More information about the svn-src-user mailing list