Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2004 17:04:19 -0400 (EDT)
From:      "Andrew R. Reiter" <arr@watson.org>
To:        freebsd-current@FreeBSD.org
Subject:   patch: remove KASSERT()'s from g_load_class()
Message-ID:  <20041021170134.A31664@fledge.watson.org>

next in thread | raw e-mail | index | archive | help

I will be committing this in a bit as I am waiting on write access to the
repo.  But for now the patch may be found at:

	http://people.freebsd.org/~arr/geom_class_loaded.diff

This fixes a panic that occurs when trying to kldload a GEOM module that
was already loaded.  Instead of panic'ing, it will return a warning.

Cheers,
Andrew

--
Andrew R. Reiter
arr@watson.org
arr@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041021170134.A31664>