search for: 1a89869

Displaying 11 results from an estimated 11 matches for "1a89869".

2015 Jun 04
3
[PATCH RFC][Resend] New API: btrfs_convert
...ack) + ADD_ARG (argv, i, "-r"); + + ADD_ARG (argv, i, NULL); + + r = commandv (&out, &err, argv); + if (r == -1) { + reply_with_error ("%s: %s", device, err); + return -1; + } + + return 0; +} + diff --git a/generator/actions.ml b/generator/actions.ml index 1a89869..e42f02d 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -12579,6 +12579,24 @@ numbered C<partnum> on device C<device>. It returns C<primary>, C<logical>, or C<extended>." }; + { defaults with + name = "btrfs_convert"; + style...
2015 Jun 10
2
[PATCH] New API: btrfs_replace_start
...force) + ADD_ARG (argv, i, "-f"); + + ADD_ARG (argv, i, NULL); + + r = commandv (NULL, &err, argv); + if (r == -1) { + reply_with_error ("%s: %s", mntpoint, err); + return -1; + } + + return 0; +} + diff --git a/generator/actions.ml b/generator/actions.ml index 1a89869..4443600 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -12579,6 +12579,25 @@ numbered C<partnum> on device C<device>. It returns C<primary>, C<logical>, or C<extended>." }; + { defaults with + name = "btrfs_replace_start"; adde...
2015 May 27
0
[PATCH RFC] New API: btrfs_convert
...ADD_ARG (argv, i, "-r"); + + ADD_ARG (argv, i, NULL); + + r = commandv (&out, &err, argv); + if (r == -1) { + reply_with_error ("%s: %s", device, err); + return -1; + } + + return 0; +} + diff --git a/generator/actions.ml b/generator/actions.ml index 1a89869..8c83480 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -12579,6 +12579,24 @@ numbered C<partnum> on device C<device>. It returns C<primary>, C<logical>, or C<extended>." }; + { defaults with + name = "btrfs_convert"; + style...
2015 Jun 04
0
Re: [PATCH RFC][Resend] New API: btrfs_convert
...v); > + if (r == -1) { > + reply_with_error ("%s: %s", device, err); > + return -1; > + } > + > + return 0; > +} "out" seems not used, so no need to collect it from commandv. > diff --git a/generator/actions.ml b/generator/actions.ml > index 1a89869..e42f02d 100644 > --- a/generator/actions.ml > +++ b/generator/actions.ml > @@ -12579,6 +12579,24 @@ numbered C<partnum> on device C<device>. > > It returns C<primary>, C<logical>, or C<extended>." }; > > + { defaults with > + name...
2015 Jun 12
2
Re: [PATCH] New API: btrfs_replace_start
...andv (NULL, &err, argv); >> + if (r == -1) { >> + reply_with_error ("%s: %s", mntpoint, err); >> + return -1; >> + } >> + >> + return 0; >> +} >> + >> diff --git a/generator/actions.ml b/generator/actions.ml >> index 1a89869..4443600 100644 >> --- a/generator/actions.ml >> +++ b/generator/actions.ml >> @@ -12579,6 +12579,25 @@ numbered C<partnum> on device C<device>. >> >> It returns C<primary>, C<logical>, or C<extended>." }; >> >> + { def...
2015 Jun 11
0
Re: [PATCH] New API: btrfs_replace_start
...(argv, i, NULL); > + > + r = commandv (NULL, &err, argv); > + if (r == -1) { > + reply_with_error ("%s: %s", mntpoint, err); > + return -1; > + } > + > + return 0; > +} > + > diff --git a/generator/actions.ml b/generator/actions.ml > index 1a89869..4443600 100644 > --- a/generator/actions.ml > +++ b/generator/actions.ml > @@ -12579,6 +12579,25 @@ numbered C<partnum> on device C<device>. > > It returns C<primary>, C<logical>, or C<extended>." }; > > + { defaults with > + name...
2015 May 19
4
[PATCH v4 0/2] inspector: recognize ppc64 and ppc64le archs (RHBZ#1211996)
Patch extracts MSB/LSB info from /bin/file output and passes it as separate parameret from elf_arch. Then it is sent to impl_file_architecture and checked/ Modified magic_for_file to handle regex changes. Now with tests for file_architecture. Fixes: RHBZ#1211996 Maros Zatko (2): inspector: recognize ppc64 and ppc64le archs (RHBZ#1211996) tests: ppc64 and ppc64le for file_architecture
2015 Jun 12
0
Re: [PATCH] New API: btrfs_replace_start
...r == -1) { > >> + reply_with_error ("%s: %s", mntpoint, err); > >> + return -1; > >> + } > >> + > >> + return 0; > >> +} > >> + > >> diff --git a/generator/actions.ml b/generator/actions.ml > >> index 1a89869..4443600 100644 > >> --- a/generator/actions.ml > >> +++ b/generator/actions.ml > >> @@ -12579,6 +12579,25 @@ numbered C<partnum> on device C<device>. > >> > >> It returns C<primary>, C<logical>, or C<extended>." }; &...
2015 Jun 05
2
Re: [PATCH RFC][Resend] New API: btrfs_convert
..."%s: %s", device, err); >> + return -1; >> + } >> + >> + return 0; >> +} > > "out" seems not used, so no need to collect it from commandv. > affirmative. >> diff --git a/generator/actions.ml b/generator/actions.ml >> index 1a89869..e42f02d 100644 >> --- a/generator/actions.ml >> +++ b/generator/actions.ml >> @@ -12579,6 +12579,24 @@ numbered C<partnum> on device C<device>. >> >> It returns C<primary>, C<logical>, or C<extended>." }; >> >> + { def...
2015 Jun 12
2
Re: [PATCH] New API: btrfs_replace_start
...+ reply_with_error ("%s: %s", mntpoint, err); >>>> + return -1; >>>> + } >>>> + >>>> + return 0; >>>> +} >>>> + >>>> diff --git a/generator/actions.ml b/generator/actions.ml >>>> index 1a89869..4443600 100644 >>>> --- a/generator/actions.ml >>>> +++ b/generator/actions.ml >>>> @@ -12579,6 +12579,25 @@ numbered C<partnum> on device C<device>. >>>> >>>> It returns C<primary>, C<logical>, or C<extended...
2015 May 26
6
[PATCH 0/6] Update the way that API versions are generated for the man page.
The existing mechanism was clunky, slow and used ~ 10 MB of local disk. Rich.