From owner-svn-src-head@FreeBSD.ORG Sun Aug 3 07:59:19 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E2C0FCD for ; Sun, 3 Aug 2014 07:59:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 607602909 for ; Sun, 3 Aug 2014 07:59:19 +0000 (UTC) Received: from pluknet (uid 1244) (envelope-from pluknet@svn.freebsd.org) id 5e47 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sun, 03 Aug 2014 07:59:19 +0000 From: Sergey Kandaurov Date: Sun, 3 Aug 2014 07:59:19 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r269462 - head/sys/kern X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53ddebd7.5e47.3777943@svn.freebsd.org> X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2014 07:59:19 -0000 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,