Module Name:    src
Committed By:   hannken
Date:           Sat Apr 22 14:30:54 UTC 2023

Modified Files:
        src/sys/sys: mount.h

Log Message:
Remove unused mount member mnt_transinfo.

Ride 10.99.4


To generate a diff of this commit:
cvs rdiff -u -r1.240 -r1.241 src/sys/sys/mount.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/mount.h
diff -u src/sys/sys/mount.h:1.240 src/sys/sys/mount.h:1.241
--- src/sys/sys/mount.h:1.240	Fri Nov  4 11:20:40 2022
+++ src/sys/sys/mount.h	Sat Apr 22 14:30:54 2023
@@ -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 */

Reply via email to