Module Name: src Committed By: pooka Date: Tue Aug 4 20:01:06 UTC 2009
Modified Files: src/sys/rump/librump/rumpvfs: vm_vfs.c Log Message: terminate comment too To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 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.6 src/sys/rump/librump/rumpvfs/vm_vfs.c:1.7 --- src/sys/rump/librump/rumpvfs/vm_vfs.c:1.6 Tue Aug 4 19:54:16 2009 +++ src/sys/rump/librump/rumpvfs/vm_vfs.c Tue Aug 4 20:01:06 2009 @@ -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 @@ * 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) {