From 7531bbfd9aa23c4fe2ae66af256603fcb5a9c810 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Tue, 18 Sep 2001 01:46:41 +0000 Subject: move ext2fs_init to where it belongs. --- sys/ufs/ext2fs/ext2fs_vfsops.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'sys/ufs/ext2fs/ext2fs_vfsops.c') diff --git a/sys/ufs/ext2fs/ext2fs_vfsops.c b/sys/ufs/ext2fs/ext2fs_vfsops.c index 28ad9d100f8..9d877d8add4 100644 --- a/sys/ufs/ext2fs/ext2fs_vfsops.c +++ b/sys/ufs/ext2fs/ext2fs_vfsops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ext2fs_vfsops.c,v 1.14 2001/03/04 06:32:41 csapuntz Exp $ */ +/* $OpenBSD: ext2fs_vfsops.c,v 1.15 2001/09/18 01:46:40 art Exp $ */ /* $NetBSD: ext2fs_vfsops.c,v 1.1 1997/06/11 09:34:07 bouyer Exp $ */ /* @@ -104,6 +104,13 @@ struct pool ext2fs_inode_pool; extern u_long ext2gennumber; +int +ext2fs_init(vfsp) + struct vfsconf *vfsp; +{ + return (ufs_init(vfsp)); +} + /* * Called by main() when ext2fs is going to be mounted as root. * -- cgit v1.2.3