From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 30 Jul 1997 10:44:43 -0500 From: G. David Butler gdb@dbSystems.com Subject: [9fans] cfs type caching in the mnt driver Topicbox-Message-UUID: 5e706668-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19970730154443.vq-D9R_HSFGBfy6YsWd10SC8JpJO9X1SvgZ8i33gDvc@z> I was looking around the cfs code and thought that it may be interesting to hook the #M mnt device to the vm system and have it cache data in unused memory. Memory used by the cache would considered free by the vm system so processes have first dibs. This seems the best place to put this kind of caching since it is where calls get converted to messages and multiplexing here will allow the cache to be shared by all processes. Comments? David Butler gdb@dbSystems.com