The branch main has been updated by des:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=54e6dec44b6dd264b19e50439a58b33cab4c10c3

commit 54e6dec44b6dd264b19e50439a58b33cab4c10c3
Author:     Philippe Michaud-Boudreault <[email protected]>
AuthorDate: 2026-07-22 08:39:30 +0000
Commit:     Dag-Erling Smørgrav <[email protected]>
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;

Reply via email to