search for: 7e2bfac

Displaying 2 results from an estimated 2 matches for "7e2bfac".

Did you mean: 792b1ac
2015 Oct 13
4
[PATCH] New API: resize2fs_P
...(p + strlen(pattern), "%" SCNu64, &ret) != 1) + return -1; + return ret; + } + } + + return -1; +} + /* Takes optional arguments, consult optargs_bitmask. */ int do_e2fsck (const char *device, diff --git a/generator/actions.ml b/generator/actions.ml index a76b466..7e2bfac 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -12751,6 +12751,16 @@ Only some filesystem types support setting UUIDs. To read the UUID on a filesystem, call C<guestfs_vfs_uuid>." }; + { defaults with + name = "resize2fs_P"; added = (1, 31, 17); + sty...
2015 Oct 13
0
Re: [PATCH] New API: resize2fs_P
...+ return -1; > + return ret; > + } > + } > + > + return -1; > +} > + > /* Takes optional arguments, consult optargs_bitmask. */ > int > do_e2fsck (const char *device, > diff --git a/generator/actions.ml b/generator/actions.ml > index a76b466..7e2bfac 100644 > --- a/generator/actions.ml > +++ b/generator/actions.ml > @@ -12751,6 +12751,16 @@ Only some filesystem types support setting UUIDs. > > To read the UUID on a filesystem, call C<guestfs_vfs_uuid>." }; > > + { defaults with > + name = "resize2f...