[Libguestfs] [PATCH V2 4/4] umount: use Dev_or_Path instead of untype

Richard W.M. Jones rjones at redhat.com
Mon Jul 23 09:02:15 UTC 2012


On Mon, Jul 23, 2012 at 04:40:35PM +0800, Wanlong Gao wrote:
> On 07/23/2012 04:16 PM, Richard W.M. Jones wrote:
> > On Mon, Jul 23, 2012 at 11:43:23AM +0800, Wanlong Gao wrote:
> >> Use Dev_or_Path type for device or path arguments.
> >>
> >> Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
> >> ---
> >>  generator/generator_actions.ml | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml
> >> index da01d7e..ca9e078 100644
> >> --- a/generator/generator_actions.ml
> >> +++ b/generator/generator_actions.ml
> >> @@ -2749,7 +2749,7 @@ characters does I<not> work, even if the length is specified." };
> >>  
> >>    { defaults with
> >>      name = "umount";
> >> -    style = RErr, [String "pathordevice"], [OBool "force"; OBool "laze"];
> >> +    style = RErr, [Dev_or_Path "pathordevice"], [OBool "force"; OBool "laze"];
> > 
> > Does this actually work?  The do_umount function still calls
> > RESOLVE_DEVICE, so this would now be done twice.
> 
> Yes, it works, double resolve device is harmless.

It's still wrong though.

Changing this very critical and low-level code doesn't seem to be
necessary in order to add new APIs (xfs*) or change umount (patch 3/4).

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top




More information about the Libguestfs mailing list