(Illustration by Gaich Muramatsu)
On Wed, Jul 09, 2003 at 11:41:07PM -0700, Steve Simitzis wrote: > note that the directory the file is in is 256k in size, which reminds > one of this thread: > > http://www.coda.cs.cmu.edu/maillists/codalist/codalist-2001/3327.html Good catch, that is probably it. Some parts of the directory code still do not allow for larger directories than 256KB (specifically the part where it is stored in RVM). I made the directory code fail 'gracefully', but clearly the higher layers don't expect failing directory operations, so the end result is still an assertion that is triggered and not a nice ENOSPC error or something. JanReceived on 2003-07-10 11:42:28