Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Aug 2026 19:41:37 +0000
From:      Dag-Erling=?utf-8?Q? Sm=C3=B8rg?=rav <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Cc:        Philippe Michaud-Boudreault <philmb3487@proton.me>
Subject:   git: 0477871a55e1 - stable/15 - tarfs: remove unused 'ino' in mount structure.
Message-ID:  <6a7ccc71.27a5f.3a08d79a@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by des:

URL: https://cgit.FreeBSD.org/src/commit/?id=0477871a55e1ea153bac23360338c3342201897f

commit 0477871a55e1ea153bac23360338c3342201897f
Author:     Philippe Michaud-Boudreault <philmb3487@proton.me>
AuthorDate: 2026-07-22 08:39:30 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2026-08-12 19:15:47 +0000

    tarfs: remove unused 'ino' in mount structure.
    
    Differential Revision:  https://reviews.freebsd.org/D57898
    
    (cherry picked from commit 54e6dec44b6dd264b19e50439a58b33cab4c10c3)
---
 sys/fs/tarfs/tarfs.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/fs/tarfs/tarfs.h b/sys/fs/tarfs/tarfs.h
index 46fa8b55b3ad..9c4354e04016 100644
--- a/sys/fs/tarfs/tarfs.h
+++ b/sys/fs/tarfs/tarfs.h
@@ -132,7 +132,6 @@ struct tarfs_mount {
 	struct tarfs_node	*root;
 	struct vnode		*vp;
 	struct mount		*vfs;
-	ino_t			 ino;
 	struct unrhdr		*ino_unr;
 	size_t			 iosize;
 	size_t			 nblocks;


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a7ccc71.27a5f.3a08d79a>