Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/dm dm: Comment out unused dm_dev fields documented i...



details:   https://anonhg.NetBSD.org/src/rev/5990a5b08734
branches:  trunk
changeset: 465814:5990a5b08734
user:      tkusumi <tkusumi%NetBSD.org@localhost>
date:      Wed Dec 04 16:54:03 2019 +0000

description:
dm: Comment out unused dm_dev fields documented in sys/dev/dm/doc

diffstat:

 sys/dev/dm/dm.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r bd27f3098e8e -r 5990a5b08734 sys/dev/dm/dm.h
--- a/sys/dev/dm/dm.h   Wed Dec 04 16:46:50 2019 +0000
+++ b/sys/dev/dm/dm.h   Wed Dec 04 16:54:03 2019 +0000
@@ -1,4 +1,4 @@
-/*        $NetBSD: dm.h,v 1.31 2019/12/03 16:09:13 tkusumi Exp $      */
+/*        $NetBSD: dm.h,v 1.32 2019/12/04 16:54:03 tkusumi Exp $      */
 
 /*
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -137,12 +137,12 @@
 
        dm_table_head_t table_head;
 
-       struct dm_dev_head upcalls;
+       //struct dm_dev_head upcalls;
 
        struct disk *diskp;
        kmutex_t diskp_mtx;
 
-       TAILQ_ENTRY(dm_dev) next_upcall; /* LIST of mirrored, snapshoted devices. */
+       //TAILQ_ENTRY(dm_dev) next_upcall; /* LIST of mirrored, snapshoted devices. */
 
        TAILQ_ENTRY(dm_dev) next_devlist; /* Major device list. */
 } dm_dev_t;



Home | Main Index | Thread Index | Old Index