On Jan 11, 2008 3:17 PM, Ethan Quach <ethan.quach at sun.com> wrote: > Can someone do a review of this bugfix. Its targeted for the preview2 > release, so a review in the next couple working days would be appreciated.
A few comments. http://cr.opensolaris.org/~equach/webrev.354/usr/src/lib/liborchestrator/perform_slim_install.c.html 101 int zfs_fs_num = 1; 102 int zfs_shared_fs_num = 2; Is there a reason that these are variables instead of #defines ? Only other comment I have is the same as Cyril: is there a reason that parts of the hierarchy name are all uppercase (e.g. "ROOT")? Otherwise, I think the changes are fine. Cheers, -- Shawn Walker, Software and Systems Analyst http://binarycrusader.blogspot.com/ "To err is human -- and to blame it on a computer is even more so." - Robert Orben