Date: Fri, 27 Dec 2002 02:06:37 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> 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 Message-ID: <200212271006.gBRA6bwP073908@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212271006.gBRA6bwP073908>