summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-10-10 18:18:13 +0000
committerphk <phk@FreeBSD.org>1997-10-10 18:18:13 +0000
commitc0089963c1d9fa30e4a62aa5176c94d7e19676da (patch)
treed73bd8c571f0476ed7275749cae7d3ddb8f3cfa6 /sys/gnu/fs
parenta10f019e7ef1fce4290d134a1a4977dd9558128d (diff)
downloadFreeBSD-src-c0089963c1d9fa30e4a62aa5176c94d7e19676da.zip
FreeBSD-src-c0089963c1d9fa30e4a62aa5176c94d7e19676da.tar.gz
Make ufs_reclaim free the underlying inode.
Diffstat (limited to 'sys/gnu/fs')
-rw-r--r--sys/gnu/fs/ext2fs/ext2_mount.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_mount.h b/sys/gnu/fs/ext2fs/ext2_mount.h
index 168748a..2761f65 100644
--- a/sys/gnu/fs/ext2fs/ext2_mount.h
+++ b/sys/gnu/fs/ext2fs/ext2_mount.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ufsmount.h 8.6 (Berkeley) 3/30/95
- * $Id: ufsmount.h,v 1.7 1997/02/22 09:47:54 peter Exp $
+ * $Id: ufsmount.h,v 1.8 1997/09/22 21:24:03 joerg Exp $
*/
#ifndef _UFS_UFS_UFSMOUNT_H_
@@ -91,6 +91,7 @@ struct ufsmount {
char um_qflags[MAXQUOTAS]; /* quota specific flags */
struct netexport um_export; /* export information */
int64_t um_savedmaxfilesize; /* XXX - limit maxfilesize */
+ struct malloc_type *um_malloctype; /* The inodes malloctype */
};
/*
OpenPOWER on IntegriCloud