Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2009 23:17:56 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r192269 - user/kmacy/ZFS_MFC/sys/sys
Message-ID:  <200905172317.n4HNHub8042521@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905172317.n4HNHub8042521>