Changes by: buckweat (buckweat at unknown.email)
Date: 2002-08-02 13:33:39 -0700 (Fri, 02 Aug 2002)
Revision: 1619
Log message:
Finally...
So, upon creation of file1 with inode xxx in dir1, dir1/.chunks and
dir1/.chunks/xxx are created (obviously if the former already exists we
don't try to make it again). At the moment this only works in the root
directory as I haven't gone through the trouble of writing what to do
when he have multiple hardlinks to a file.
This still has to be cleaned up a bit (I'll probably make another commit
later), but I just wanted to sync up now...
Changes | Path |
+3 -2 | mojavefs/src/fio/chunk.c |
+6 -0 | mojavefs/src/fio/dir.c |