Module Name: src
Committed By: dholland
Date: Sat Jan 14 20:50:15 UTC 2017
Modified Files:
src/doc/roadmaps: mess
Log Message:
note that the first step on the buffercache is to disentangle the buffer
cache and the buffer I/O path.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/doc/roadmaps/mess
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/roadmaps/mess
diff -u src/doc/roadmaps/mess:1.1 src/doc/roadmaps/mess:1.2
--- src/doc/roadmaps/mess:1.1 Fri Jan 13 10:14:58 2017
+++ src/doc/roadmaps/mess Sat Jan 14 20:50:15 2017
@@ -1,4 +1,4 @@
-$NetBSD: mess,v 1.1 2017/01/13 10:14:58 dholland Exp $
+$NetBSD: mess,v 1.2 2017/01/14 20:50:15 dholland Exp $
NetBSD Messes and Tentacular Horrors Roadmap
============================================
@@ -77,6 +77,10 @@ naming and terminology (things like BO_D
reflects non-current assumptions about the way file system buffers
should work.
+The first step on this is to disentangle the buffer cache
+(buffercache(9)) from the buffer I/O path (bufferio(9)) -- right now
+they both abusively share the same struct buf.
+
- As of January 2017 nobody is currently working on this.
- There is currently no clear timeframe or release target.
- Contact dholland for further information.