svn commit: r269462 - head/sys/kern

Sergey Kandaurov pluknet at svn.freebsd.org
Sun Aug 3 07:59:19 UTC 2014


Author: pluknet
Date: Sun Aug  3 07:59:19 2014
New Revision: 269462
URL: http://svnweb.freebsd.org/changeset/base/269462

Log:
  vn_path_to_global_path: update comment.

Modified:
  head/sys/kern/vfs_cache.c

Modified: head/sys/kern/vfs_cache.c
==============================================================================
--- head/sys/kern/vfs_cache.c	Sun Aug  3 05:53:53 2014	(r269461)
+++ head/sys/kern/vfs_cache.c	Sun Aug  3 07:59:19 2014	(r269462)
@@ -1424,7 +1424,7 @@ cache_enter(struct vnode *dvp, struct vn
  * This function updates path string to vnode's full global path
  * and checks the size of the new path string against the pathlen argument.
  *
- * Requires a locked, referenced vnode and GIANT lock held.
+ * Requires a locked, referenced vnode.
  * Vnode is re-locked on success or ENODEV, otherwise unlocked.
  *
  * If sysctl debug.disablefullpath is set, ENODEV is returned,


More information about the svn-src-head mailing list