From d910232e91f71f7fccdc914a082ad7d086e8a238 Mon Sep 17 00:00:00 2001 From: jsg Date: Fri, 7 Jun 2024 09:26:37 +0000 Subject: [PATCH] remove unused ROOTNAME define and part of a comment matches part of cd9660_vfsops.c rev 1.11 and ffs_vfsops.c rev 1.12 --- sys/ufs/ext2fs/ext2fs_vfsops.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys/ufs/ext2fs/ext2fs_vfsops.c b/sys/ufs/ext2fs/ext2fs_vfsops.c index 5c674271794..1649289413d 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.119 2024/05/12 09:19:54 jsg Exp $ */ +/* $OpenBSD: ext2fs_vfsops.c,v 1.120 2024/06/07 09:26:37 jsg Exp $ */ /* $NetBSD: ext2fs_vfsops.c,v 1.1 1997/06/11 09:34:07 bouyer Exp $ */ /* @@ -101,10 +101,7 @@ ext2fs_init(struct vfsconf *vfsp) /* * Called by main() when ext2fs is going to be mounted as root. - * - * Name is updated by mount(8) after booting. */ -#define ROOTNAME "root_device" int ext2fs_mountroot(void) -- 2.20.1