Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 055D585071 for ; Mon, 6 Nov 2023 12:19:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Sq_uI8ZTdXqO for ; Mon, 6 Nov 2023 12:18:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 96B438506A for ; Mon, 6 Nov 2023 12:18:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 942EDFA2C; Mon, 6 Nov 2023 12:18:59 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 6 Nov 2023 12:18:59 +0000 From: "Juergen Hannken-Illjes" Subject: CVS commit: src/usr.sbin/dumpfs To: source-changes@NetBSD.org Approved: for-source-only Reply-To: hannken@netbsd.org X-Mailer: log_accum Message-Id: <20231106121859.942EDFA2C@cvs.NetBSD.org> Module Name: src Committed By: hannken Date: Mon Nov 6 12:18:59 UTC 2023 Modified Files: src/usr.sbin/dumpfs: dumpfs.c Log Message: Print the inode numbers of persistent snapshots. PR kern/57675 "persistent file system snapshots aren't obvious" To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/usr.sbin/dumpfs/dumpfs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.