From owner-cvs-all Sat May 18 15:18:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF9BC37B40B; Sat, 18 May 2002 15:18:17 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IMIHW57750; Sat, 18 May 2002 15:18:17 -0700 (PDT) (envelope-from iedowse) Message-Id: <200205182218.g4IMIHW57750@freefall.freebsd.org> From: Ian Dowse Date: Sat, 18 May 2002 15:18:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_extern.h ext2_ihash.c ext2_vfsops.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 iedowse 2002/05/18 15:18:17 PDT Modified files: sys/gnu/ext2fs ext2_extern.h ext2_ihash.c ext2_vfsops.c Log: Add an ext2_uninit() routine that undoes the actions performed by ext2_init(). This permits the ext2fs module to be unloaded without causing panics and leaking memory. Revision Changes Path 1.29 +1 -0 src/sys/gnu/ext2fs/ext2_extern.h 1.34 +17 -0 src/sys/gnu/ext2fs/ext2_ihash.c 1.96 +9 -5 src/sys/gnu/ext2fs/ext2_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message