From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <29dc2126076b9632bb6334662e21de8a@plan9.escet.urjc.es> To: 9fans@cse.psu.edu From: Fco.J.Ballesteros MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] change in upas/fs Date: Mon, 24 Feb 2003 17:12:36 +0100 Topicbox-Message-UUID: 707d55c0-eacb-11e9-9e20-41e7f4b1d025 Hi, upas/fs fails when using an mbox serviced by a server using lib9. I think the problem is that we can no longer use a dirstat change name dirwstat sequence to rename a file. The fix(?) is simply to change sysrename in common/libsys.c to use nulldir istead of dirstat. What worries me is that there may be others that use the above sequence to change a single attribute of a file. hth