Displaying 1 result from an estimated 1 matches for "tinyted".
Did you mean:
  tinytex
  
2008 Nov 08
9
How does zfs COW deal with ''..'' in brother directory?
Hi matt,
I have some problems about understanding zfs COW implemention. Suppose
 b and c are both children dir of a,  if c changes,  there will be new
versions of both a and c, namely c'' and a''.
  a a''
 b c c''
Because ''..'' in b points to a before this change,  shall we modify b
to let ''..'' point to a''? If yes,