Hi, On Fri, May 29, 2009 at 12:03:16AM +0300, Sergiu Ivanov wrote:
> @@ -90,6 +96,8 @@ main (int argc, char **argv) > if (err) > error (EXIT_FAILURE, err, "failed to initialize root node"); > > + ulfs_check (); > + > /* Map the time, used for updating node information. */ > err = maptime_map (0, 0, &maptime); > if (err) Why is this necessary here, and not in the original unionfs? (If it is indeed necessary, it definitely requires a comment.) -antrik-