From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <013601c16627$fd65a7e0$f9b9c6d4@SOMA> From: "Boyd Roberts" To: <9fans@cse.psu.edu> References: Subject: Re: [9fans] Plan 9 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Date: Mon, 5 Nov 2001 19:30:47 +0100 Topicbox-Message-UUID: 14d3b62a-eaca-11e9-9e20-41e7f4b1d025 > > mmap() should never hit the VFS, but I know why they'd want that. > > ??? > Normally mmap() handling sits in VM code, not in VFS. Yes, but it's a system call and they have a nasty habit of turning up in the VFS, where they should not be.