From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 29 Jul 2005 13:47:21 -0600 From: "Ronald G. Minnich" To: Eric Van Hensbergen , Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] implmenting /mnt/9/clone In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Topicbox-Message-UUID: 7127cc58-ead0-11e9-9d60-3106f5b1d025 On Fri, 29 Jul 2005, Eric Van Hensbergen wrote: > One small problem I've noticed with v9fs and clone style file systems > (in particular ACME) -- make sure things like stat don't trigger the > creation of the resource, otherwise things like ls -l will end up > creating windows, etc. I haven't found a good way around this from a > Linux perspective. interesting. This is due to "negative dentries" I guess? ron