git: 54e6dec44b6d - main - tarfs: remove unused 'ino' in mount structure.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Jul 2026 08:40:06 UTC
The branch main has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=54e6dec44b6dd264b19e50439a58b33cab4c10c3
commit 54e6dec44b6dd264b19e50439a58b33cab4c10c3
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-07-22 08:39:30 +0000
tarfs: remove unused 'ino' in mount structure.
Differential Revision: https://reviews.freebsd.org/D57898
---
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;