From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: "Thomas Bushnell, BSG" Message-ID: <87elm132x5.fsf@becket.becket.net> Content-Type: text/plain; charset=us-ascii References: <20011209144857.992B819A04@mail.cse.psu.edu>, <3C14FB74.FC6FDDF6@null.net> Subject: Re: [9fans] (no subject) Date: Wed, 12 Dec 2001 09:48:01 +0000 Topicbox-Message-UUID: 33735d74-eaca-11e9-9e20-41e7f4b1d025 "Douglas A. Gwyn" writes: > rob pike wrote: > > touch should just try to set the mtime, if the file server > > will let it. ... > > Right. NFS is an example of a filesystem that doesn't, so it > requires an actual data transfer to update the time on the > remote object. We ran into that with BRL's MDQS spooling system. NFS has a set attributes call that does permit you to directly set the mtime.