From owner-cvs-all Fri Sep 27 14: 5: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28ED037B406; Fri, 27 Sep 2002 14:05:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9F3543E42; Fri, 27 Sep 2002 14:05:05 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RL55Co040704; Fri, 27 Sep 2002 14:05:05 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RL55mg040698; Fri, 27 Sep 2002 14:05:05 -0700 (PDT) Message-Id: <200209272105.g8RL55mg040698@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 27 Sep 2002 14:05:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom.h geom_dev.c geom_enc.c geom_kern.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/09/27 14:05:05 PDT Modified files: sys/geom geom.h geom_dev.c geom_enc.c geom_kern.c Log: Various no-ops: Add a __unused. Make the 2byte decoder functions return 16 bits for the benefits of picky lints. No need to grab giant around a tsleep() when we have a timeout. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.23 +2 -2 src/sys/geom/geom.h 1.20 +1 -1 src/sys/geom/geom_dev.c 1.5 +2 -2 src/sys/geom/geom_enc.c 1.5 +0 -6 src/sys/geom/geom_kern.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message