remove ufs_hashlock extern for var we never had
authorjsg <jsg@openbsd.org>
Sun, 12 May 2024 09:19:54 +0000 (09:19 +0000)
committerjsg <jsg@openbsd.org>
Sun, 12 May 2024 09:19:54 +0000 (09:19 +0000)
sys/ufs/ext2fs/ext2fs_vfsops.c

index 3baea80..5c67427 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ext2fs_vfsops.c,v 1.118 2023/03/08 04:43:09 guenther Exp $    */
+/*     $OpenBSD: ext2fs_vfsops.c,v 1.119 2024/05/12 09:19:54 jsg Exp $ */
 /*     $NetBSD: ext2fs_vfsops.c,v 1.1 1997/06/11 09:34:07 bouyer Exp $ */
 
 /*
@@ -64,8 +64,6 @@
 #include <ufs/ext2fs/ext2fs.h>
 #include <ufs/ext2fs/ext2fs_extern.h>
 
-extern struct lock ufs_hashlock;
-
 int ext2fs_sbupdate(struct ufsmount *, int);
 static int     e2fs_sbcheck(struct ext2fs *, int);