Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Remove unused mount member mnt_transinfo.
details: https://anonhg.NetBSD.org/src/rev/ce3c25e40436
branches: trunk
changeset: 374427:ce3c25e40436
user: hannken <hannken%NetBSD.org@localhost>
date: Sat Apr 22 14:30:54 2023 +0000
description:
Remove unused mount member mnt_transinfo.
Ride 10.99.4
diffstat:
sys/sys/mount.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r eaf1ae996578 -r ce3c25e40436 sys/sys/mount.h
--- a/sys/sys/mount.h Sat Apr 22 14:30:16 2023 +0000
+++ b/sys/sys/mount.h Sat Apr 22 14:30:54 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mount.h,v 1.240 2022/11/04 11:20:40 hannken Exp $ */
+/* $NetBSD: mount.h,v 1.241 2023/04/22 14:30:54 hannken Exp $ */
/*
* Copyright (c) 1989, 1991, 1993
@@ -141,7 +141,6 @@ struct mount {
struct vfsops *mnt_op; /* operations on fs */
struct vnode *mnt_vnodecovered; /* vnode we mounted on */
struct mount *mnt_lower; /* fs mounted on */
- void *mnt_transinfo; /* for FS-internal use */
void *mnt_data; /* private data */
kmutex_t *mnt_renamelock; /* per-fs rename lock */
int mnt_flag; /* flags */
Home |
Main Index |
Thread Index |
Old Index