From owner-cvs-all@FreeBSD.ORG Sun Feb 17 14:33:29 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 17E8C16A420; Sun, 17 Feb 2008 14:33:29 +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 0CB2213C467; Sun, 17 Feb 2008 14:33:29 +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 m1HEXS6l019570; Sun, 17 Feb 2008 14:33:28 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1HEXSJV019569; Sun, 17 Feb 2008 14:33:28 GMT (envelope-from rwatson) Message-Id: <200802171433.m1HEXSJV019569@repoman.freebsd.org> From: Robert Watson Date: Sun, 17 Feb 2008 14:33:28 +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 TODO cnode.h coda_kernel.h coda_psdev.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: Sun, 17 Feb 2008 14:33:29 -0000 rwatson 2008-02-17 14:33:28 UTC FreeBSD src repository Modified files: sys/fs/coda TODO cnode.h coda_psdev.c Removed files: sys/fs/coda coda_kernel.h Log: Remove custom queue macros in Coda, replacing them with queue(9) tailq macros. The only semantic change was the need to add a vc_opened field to struct vcomm since we can no longer use the request queue returning to an uninitialized state to hold whether or not the device is open. MFC after: 1 month Revision Changes Path 1.5 +0 -3 src/sys/fs/coda/TODO 1.29 +8 -12 src/sys/fs/coda/cnode.h 1.8 +0 -67 src/sys/fs/coda/coda_kernel.h (dead) 1.48 +22 -23 src/sys/fs/coda/coda_psdev.c