Module Name: src
Committed By: pooka
Date: Wed Aug 5 14:11:57 UTC 2009
Modified Files:
src/sys/rump/librump/rumpvfs: vm_vfs.c
Log Message:
g/c uvm_aio_biodone1(). not used anymore.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/rump/librump/rumpvfs/vm_vfs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/librump/rumpvfs/vm_vfs.c
diff -u src/sys/rump/librump/rumpvfs/vm_vfs.c:1.9 src/sys/rump/librump/rumpvfs/vm_vfs.c:1.10
--- src/sys/rump/librump/rumpvfs/vm_vfs.c:1.9 Wed Aug 5 14:05:22 2009
+++ src/sys/rump/librump/rumpvfs/vm_vfs.c Wed Aug 5 14:11:57 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: vm_vfs.c,v 1.9 2009/08/05 14:05:22 pooka Exp $ */
+/* $NetBSD: vm_vfs.c,v 1.10 2009/08/05 14:11:57 pooka Exp $ */
/*
* Copyright (c) 2008 Antti Kantee. All Rights Reserved.
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vm_vfs.c,v 1.9 2009/08/05 14:05:22 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm_vfs.c,v 1.10 2009/08/05 14:11:57 pooka Exp $");
#include <sys/param.h>
@@ -73,13 +73,6 @@
}
void
-uvm_aio_biodone1(struct buf *bp)
-{
-
- panic("%s: unimplemented", __func__);
-}
-
-void
uvm_aio_biodone(struct buf *bp)
{