From owner-cvs-all@FreeBSD.ORG Fri Feb 8 22:37:17 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29FF816A419; Fri, 8 Feb 2008 22:37:17 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F1C4E13C45E; Fri, 8 Feb 2008 22:37:16 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m18MbGTT015414; Fri, 8 Feb 2008 22:37:16 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m18MbG41015413; Fri, 8 Feb 2008 22:37:16 GMT (envelope-from rwatson) Message-Id: <200802082237.m18MbG41015413@repoman.freebsd.org> From: Robert Watson Date: Fri, 8 Feb 2008 22:37:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/coda coda_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2008 22:37:17 -0000 rwatson 2008-02-08 22:37:16 UTC FreeBSD src repository Modified files: sys/fs/coda coda_vfsops.c Log: Remove undefined coda excluded by #if 1 #else, which previously protected vget() calls using inode numbers to query the root of /coda, which is not needed since we now cache the root vnode with the mountpoint. MFC after: 1 month Revision Changes Path 1.73 +0 -12 src/sys/fs/coda/coda_vfsops.c