Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/fs/autofs autofs: Drop unused autofs_mount field which o...



details:   https://anonhg.NetBSD.org/src/rev/dfff21f3c53b
branches:  trunk
changeset: 461326:dfff21f3c53b
user:      tkusumi <tkusumi%NetBSD.org@localhost>
date:      Sat Nov 23 07:38:03 2019 +0000

description:
autofs: Drop unused autofs_mount field which originates from FreeBSD

Taken-from: DragonFlyBSD

diffstat:

 sys/fs/autofs/autofs.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 9949dab93d8f -r dfff21f3c53b sys/fs/autofs/autofs.h
--- a/sys/fs/autofs/autofs.h    Sat Nov 23 05:13:11 2019 +0000
+++ b/sys/fs/autofs/autofs.h    Sat Nov 23 07:38:03 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autofs.h,v 1.1 2018/01/09 03:31:14 christos Exp $      */
+/*     $NetBSD: autofs.h,v 1.2 2019/11/23 07:38:03 tkusumi Exp $       */
 
 /*-
  * Copyright (c) 2017 The NetBSD Foundation, Inc.
@@ -120,7 +120,6 @@
 };
 
 struct autofs_mount {
-       TAILQ_ENTRY(autofs_mount)       am_next;
        struct autofs_node              *am_root;
        struct mount                    *am_mp;
        kmutex_t                        am_lock;



Home | Main Index | Thread Index | Old Index