From owner-cvs-all Fri Dec 27 2: 6:38 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 EF53E37B401; Fri, 27 Dec 2002 02:06:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97D1543EA9; Fri, 27 Dec 2002 02:06:37 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBRA6bfh073909; Fri, 27 Dec 2002 02:06:37 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBRA6bwP073908; Fri, 27 Dec 2002 02:06:37 -0800 (PST) Message-Id: <200212271006.gBRA6bwP073908@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 27 Dec 2002 02:06:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_extern.h ffs_vfsops.c src/sys/ufs/ufs ufs_inode.c ufsmount.h 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/12/27 02:06:37 PST Modified files: sys/ufs/ffs ffs_extern.h ffs_vfsops.c sys/ufs/ufs ufs_inode.c ufsmount.h Log: Make ffs_mountfs() static. Remove the malloctype from the ufs mount structure, instead add a callback to the storage method for freeing inodes: UFS_IFREE(). Add vfs_ifree() method function which frees an inode. Unvariablelize the malloc type used for allocating inodes. Revision Changes Path 1.53 +0 -2 src/sys/ufs/ffs/ffs_extern.h 1.200 +21 -9 src/sys/ufs/ffs/ffs_vfsops.c 1.49 +1 -5 src/sys/ufs/ufs/ufs_inode.c 1.27 +2 -1 src/sys/ufs/ufs/ufsmount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message