git: fe264ccf86b4 - stable/14 - tarfs: remove unused 'ino' in mount structure.
Dag-Erling Smørgrav <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a7ccc72.27a64.7d7a4c66__13701.9252566219$1786563726$gmane$org@gitrepo.freebsd.org> |
The branch stable/14 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=fe264ccf86b4024331bec8849c077a2f270626fd commit fe264ccf86b4024331bec8849c077a2f270626fd 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:48 +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;