git: 0477871a55e1 - stable/15 - tarfs: remove unused 'ino' in mount structure.
Dag-Erling Smørgrav <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a7ccc71.27a5f.3a08d79a__36155.7998623297$1786563779$gmane$org@gitrepo.freebsd.org> |
The branch stable/15 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=0477871a55e1ea153bac23360338c3342201897f commit 0477871a55e1ea153bac23360338c3342201897f Author: Philippe Michaud-Boudreault <[email protected]> AuthorDate: 2026-07-22 08:39:30 +0000 Commit: Dag-Erling Smørgrav <[email protected]> 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;