Hi, On Thu, Jun 11, 2009 at 09:25:10PM +0300, Sergiu Ivanov wrote:
> + ulfs_register ("\0", 0, 0);
"\0" is wrong -- it will generate a string consisting of *two* \0
characters. Just use an empty string.
> + ulfs_check ();
> + node_init_root (netfs_root_node);
Why is this needed here and not in the original code?...
(Regarding ulfs_check(), I already asked in the previous feedback IIRC.)
-antrik-
