Ethan Quach wrote:
> 
> 
> libbe.h
> -----------
> 180 - I think you want this to be 0x00000004 not 3 :-)
> 
> 
> be_mount.c
> ------------------
> 330 - So that the NO_ZONES flag doesn't stomp on the
> SHARED_FS flag, I think we can just move this check
> into line 361which becomes:
> 
>   if (getzoneid() == GLOBAL_ZONEID &&
>       be_get_uuid(bt.obe_root_ds, &uu) == 0 &&
>       !(flags & BE_MOUNT_FLAG_NO_ZONES)) {
> 
> 
> Line 372 can then be removed as well.
> 
> 

fixed...

Reply via email to