search for: 72418b0

Displaying 3 results from an estimated 3 matches for "72418b0".

2015 Mar 17
4
[PATCH] New API: part_get_part_type for showing partition type
...return part_type; + } + + if (row == end) { + reply_with_error ("could not find partnum: %d", partnum); + return NULL; + } + + error: + reply_with_error ("strdup failed"); + return NULL; +} diff --git a/generator/actions.ml b/generator/actions.ml index fb971d3..72418b0 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -12522,6 +12522,24 @@ This will Enable extended inode refs." }; longdesc = "\ This enable skinny metadata extent refs." }; + { defaults with + name = "part_get_part_type"; + style = RString &quot...
2015 Mar 23
0
Re: [PATCH] New API: part_get_part_type for showing partition type
...t; + reply_with_error ("could not find partnum: %d", partnum); > + return NULL; > + } > + > + error: > + reply_with_error ("strdup failed"); > + return NULL; > +} > diff --git a/generator/actions.ml b/generator/actions.ml > index fb971d3..72418b0 100644 > --- a/generator/actions.ml > +++ b/generator/actions.ml > @@ -12522,6 +12522,24 @@ This will Enable extended inode refs." }; > longdesc = "\ > This enable skinny metadata extent refs." }; > > + { defaults with > + name = "part_get_par...
2015 Mar 24
2
Re: [PATCH] New API: part_get_part_type for showing partition type
...d partnum: %d", partnum); > > + return NULL; > > + } > > + > > + error: > > + reply_with_error ("strdup failed"); > > + return NULL; > > +} > > diff --git a/generator/actions.ml b/generator/actions.ml > > index fb971d3..72418b0 100644 > > --- a/generator/actions.ml > > +++ b/generator/actions.ml > > @@ -12522,6 +12522,24 @@ This will Enable extended inode refs." }; > > longdesc = "\ > > This enable skinny metadata extent refs." }; > > > > + { defaults with &g...