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

Reply via email to