diff options
author | 2001-09-18 01:46:40 +0000 | |
---|---|---|
committer | 2001-09-18 01:46:40 +0000 | |
commit | ba94ff706fe57f461e96eb32a54ddcea168a269f (patch) | |
tree | 6c5dd3f183776128e4ce63762654b48b690d72ae /sys/ufs/ext2fs/ext2fs_inode.c | |
parent | various cleanups from NetBSD (diff) | |
download | wireguard-openbsd-ba94ff706fe57f461e96eb32a54ddcea168a269f.tar.xz wireguard-openbsd-ba94ff706fe57f461e96eb32a54ddcea168a269f.zip |
move ext2fs_init to where it belongs.
Diffstat (limited to 'sys/ufs/ext2fs/ext2fs_inode.c')
-rw-r--r-- | sys/ufs/ext2fs/ext2fs_inode.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/ufs/ext2fs/ext2fs_inode.c b/sys/ufs/ext2fs/ext2fs_inode.c index ecf258ef1f2..5ab85490daf 100644 --- a/sys/ufs/ext2fs/ext2fs_inode.c +++ b/sys/ufs/ext2fs/ext2fs_inode.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ext2fs_inode.c,v 1.15 2001/09/18 01:21:55 art Exp $ */ +/* $OpenBSD: ext2fs_inode.c,v 1.16 2001/09/18 01:46:40 art Exp $ */ /* $NetBSD: ext2fs_inode.c,v 1.24 2001/06/19 12:59:18 wiz Exp $ */ /* @@ -62,13 +62,6 @@ static int ext2fs_indirtrunc __P((struct inode *, ufs_daddr_t, ufs_daddr_t, ufs_daddr_t, int, long *)); -int -ext2fs_init(vfsp) - struct vfsconf *vfsp; -{ - return (ufs_init(vfsp)); -} - /* * Last reference to an inode. If necessary, write or delete it. */ |