Module Name: src Committed By: pooka Date: Mon Mar 23 11:52:42 UTC 2009
Modified Files: src/sys/rump/librump/rumpvfs: rumpblk.c Log Message: massage comment. no functional change. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/rump/librump/rumpvfs/rumpblk.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/rumpblk.c diff -u src/sys/rump/librump/rumpvfs/rumpblk.c:1.13 src/sys/rump/librump/rumpvfs/rumpblk.c:1.14 --- src/sys/rump/librump/rumpvfs/rumpblk.c:1.13 Mon Mar 23 11:48:33 2009 +++ src/sys/rump/librump/rumpvfs/rumpblk.c Mon Mar 23 11:52:42 2009 @@ -1,4 +1,4 @@ -/* $NetBSD: rumpblk.c,v 1.13 2009/03/23 11:48:33 pooka Exp $ */ +/* $NetBSD: rumpblk.c,v 1.14 2009/03/23 11:52:42 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rumpblk.c,v 1.13 2009/03/23 11:48:33 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rumpblk.c,v 1.14 2009/03/23 11:52:42 pooka Exp $"); #include <sys/param.h> #include <sys/buf.h> @@ -332,9 +332,8 @@ * would produce better results, but then we'd need either * more threads or posix aio. Maybe worth investigating * this later. - * - * Synchronous I/O is done directly in the context mainly to - * avoid unnecessary scheduling with the I/O thread. + * + * Using bufq here might be a good idea. */ if (rump_threads) { struct rumpuser_aio *rua;