diff options
| author | pooka <pooka@NetBSD.org> | 2009-08-04 20:01:06 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2009-08-04 20:01:06 +0000 |
| commit | c8c1730cc4b75596a41ba3bde75d3dca6ffcf26f (patch) | |
| tree | d352115638b4e9f725fa22bfc736278eb5a37406 /sys | |
| parent | 16de900c9938048164f835d56126268ef7172f53 (diff) | |
terminate comment too
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/rump/librump/rumpvfs/vm_vfs.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/rump/librump/rumpvfs/vm_vfs.c b/sys/rump/librump/rumpvfs/vm_vfs.c index 5020dd34369..695e559b683 100644 --- a/sys/rump/librump/rumpvfs/vm_vfs.c +++ b/sys/rump/librump/rumpvfs/vm_vfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: vm_vfs.c,v 1.6 2009/08/04 19:54:16 pooka Exp $ */ +/* $NetBSD: vm_vfs.c,v 1.7 2009/08/04 20:01:06 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.6 2009/08/04 19:54:16 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: vm_vfs.c,v 1.7 2009/08/04 20:01:06 pooka Exp $"); #include <sys/param.h> @@ -89,6 +89,7 @@ uvm_aio_biodone(struct buf *bp) * release resources held during async io. this is almost the * same as uvm_aio_aiodone() from uvm_pager.c and only lacks the * call to uvm_aio_aiodone_pages(): unbusies pages directly here. + */ void uvm_aio_aiodone(struct buf *bp) { |
