Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-localcount]: src/sys/dev Another case of needing to use the two...
details: https://anonhg.NetBSD.org/src/rev/ddbbb8bd0198
branches: pgoyette-localcount
changeset: 852817:ddbbb8bd0198
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Mon Jul 18 21:18:49 2016 +0000
description:
Another case of needing to use the two different localcount that were
allocated.
diffstat:
sys/dev/vnd.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4a8dd3e71220 -r ddbbb8bd0198 sys/dev/vnd.c
--- a/sys/dev/vnd.c Mon Jul 18 11:25:07 2016 +0000
+++ b/sys/dev/vnd.c Mon Jul 18 21:18:49 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vnd.c,v 1.256.2.1 2016/07/18 03:49:59 pgoyette Exp $ */
+/* $NetBSD: vnd.c,v 1.256.2.2 2016/07/18 21:18:49 pgoyette Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2008 The NetBSD Foundation, Inc.
@@ -91,7 +91,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vnd.c,v 1.256.2.1 2016/07/18 03:49:59 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vnd.c,v 1.256.2.2 2016/07/18 21:18:49 pgoyette Exp $");
#if defined(_KERNEL_OPT)
#include "opt_vnd.h"
@@ -228,7 +228,7 @@
.d_kqfilter = nokqfilter,
.d_discard = nodiscard,
#ifdef _MODULE
- .d_localcount = &vnd_b_localcount,
+ .d_localcount = &vnd_c_localcount,
#endif
.d_flag = D_DISK
};
Home |
Main Index |
Thread Index |
Old Index