Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpdev pmf wants buf_syncwait() which is a...



details:   https://anonhg.NetBSD.org/src/rev/65e92ca589a2
branches:  trunk
changeset: 752806:65e92ca589a2
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Mar 07 16:46:10 2010 +0000

description:
pmf wants buf_syncwait() which is a part of optional vfs

diffstat:

 sys/rump/librump/rumpdev/rump_dev.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 4bbf5189bb1d -r 65e92ca589a2 sys/rump/librump/rumpdev/rump_dev.c
--- a/sys/rump/librump/rumpdev/rump_dev.c       Sun Mar 07 16:27:17 2010 +0000
+++ b/sys/rump/librump/rumpdev/rump_dev.c       Sun Mar 07 16:46:10 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rump_dev.c,v 1.15 2010/03/01 13:12:20 pooka Exp $      */
+/*     $NetBSD: rump_dev.c,v 1.16 2010/03/07 16:46:10 pooka Exp $      */
 
 /*
  * Copyright (c) 2009 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_dev.c,v 1.15 2010/03/01 13:12:20 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_dev.c,v 1.16 2010/03/07 16:46:10 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -37,6 +37,7 @@
 void nocomponent(void);
 void nocomponent() {}
 __weak_alias(rump_device_components,nocomponent);
+__weak_alias(buf_syncwait,nullop);
 
 const char *rootspec = "rump0a"; /* usually comes from config */
 



Home | Main Index | Thread Index | Old Index