Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpkern Remove no longer necessary vfs wea...



details:   https://anonhg.NetBSD.org/src/rev/bba45397d56c
branches:  trunk
changeset: 749364:bba45397d56c
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Nov 27 17:55:04 2009 +0000

description:
Remove no longer necessary vfs weak symbols.

diffstat:

 sys/rump/librump/rumpkern/rump.c |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 2014718d9bfe -r bba45397d56c sys/rump/librump/rumpkern/rump.c
--- a/sys/rump/librump/rumpkern/rump.c  Fri Nov 27 17:54:24 2009 +0000
+++ b/sys/rump/librump/rumpkern/rump.c  Fri Nov 27 17:55:04 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rump.c,v 1.141 2009/11/27 13:45:15 pooka Exp $ */
+/*     $NetBSD: rump.c,v 1.142 2009/11/27 17:55:04 pooka Exp $ */
 
 /*
  * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.141 2009/11/27 13:45:15 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.142 2009/11/27 17:55:04 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
@@ -133,11 +133,6 @@
 
 void rump__unavailable_vfs_panic(void);
 void rump__unavailable_vfs_panic() {panic("vfs component not available");}
-__weak_alias(vn_open,rump__unavailable_vfs_panic);
-__weak_alias(vn_rdwr,rump__unavailable_vfs_panic);
-__weak_alias(vn_stat,rump__unavailable_vfs_panic);
-__weak_alias(vn_close,rump__unavailable_vfs_panic);
-__weak_alias(namei,rump__unavailable_vfs_panic);
 __weak_alias(usermount_common_policy,rump__unavailable_vfs_panic);
 
 static void



Home | Main Index | Thread Index | Old Index