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 Revert previous. ubc_purge() is alr...
details: https://anonhg.NetBSD.org/src/rev/b2c41504a307
branches: trunk
changeset: 766261:b2c41504a307
user: hannken <hannken%NetBSD.org@localhost>
date: Sun Jun 19 18:28:24 2011 +0000
description:
Revert previous. ubc_purge() is already defined in rumpkern/vm.c
diffstat:
sys/rump/librump/rumpvfs/vm_vfs.c | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diffs (28 lines):
diff -r 29336d0f010b -r b2c41504a307 sys/rump/librump/rumpvfs/vm_vfs.c
--- a/sys/rump/librump/rumpvfs/vm_vfs.c Sun Jun 19 16:36:04 2011 +0000
+++ b/sys/rump/librump/rumpvfs/vm_vfs.c Sun Jun 19 18:28:24 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vm_vfs.c,v 1.31 2011/06/19 11:22:42 hannken Exp $ */
+/* $NetBSD: vm_vfs.c,v 1.32 2011/06/19 18:28:24 hannken Exp $ */
/*
* Copyright (c) 2008-2011 Antti Kantee. All Rights Reserved.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vm_vfs.c,v 1.31 2011/06/19 11:22:42 hannken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm_vfs.c,v 1.32 2011/06/19 18:28:24 hannken Exp $");
#include <sys/param.h>
@@ -233,9 +233,3 @@
kmem_free(pgs, pgalloc);
return rv;
}
-
-void
-ubc_purge(struct uvm_object *uobj)
-{
-
-}
Home |
Main Index |
Thread Index |
Old Index