Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpvfs initialize the new gop_putrange met...
details: https://anonhg.NetBSD.org/src/rev/8e608fc870d3
branches: trunk
changeset: 319596:8e608fc870d3
user: chs <chs%NetBSD.org@localhost>
date: Mon Jun 04 02:29:53 2018 +0000
description:
initialize the new gop_putrange method pointer in rumpfs_genfsops too.
diffstat:
sys/rump/librump/rumpvfs/rumpfs.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r c4e7ff39ab05 -r 8e608fc870d3 sys/rump/librump/rumpvfs/rumpfs.c
--- a/sys/rump/librump/rumpvfs/rumpfs.c Mon Jun 04 01:42:49 2018 +0000
+++ b/sys/rump/librump/rumpvfs/rumpfs.c Mon Jun 04 02:29:53 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpfs.c,v 1.152 2017/11/20 17:00:35 martin Exp $ */
+/* $NetBSD: rumpfs.c,v 1.153 2018/06/04 02:29:53 chs Exp $ */
/*
* Copyright (c) 2009, 2010, 2011 Antti Kantee. All Rights Reserved.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rumpfs.c,v 1.152 2017/11/20 17:00:35 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rumpfs.c,v 1.153 2018/06/04 02:29:53 chs Exp $");
#include <sys/param.h>
#include <sys/atomic.h>
@@ -164,6 +164,7 @@
struct genfs_ops rumpfs_genfsops = {
.gop_size = genfs_size,
.gop_write = genfs_gop_write,
+ .gop_putrange = genfs_gop_putrange,
/* optional */
.gop_alloc = NULL,
Home |
Main Index |
Thread Index |
Old Index