* [Cluster-devel] [PATCH] gfs2/mkfs/main.c: fix exit code
@ 2007-05-01 14:17 Fabio Massimo Di Nitto
2007-05-01 14:19 ` [Cluster-devel] " Robert Peterson
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Massimo Di Nitto @ 2007-05-01 14:17 UTC (permalink / raw)
To: cluster-devel.redhat.com
When Robert mentioned gfs2_grow/_shrink in one of his previous emails,
I decided to go digging a bit more and found a very trivial error.
Please apply or acknowledge and i will apply.
Thanks
Fabio
--
I'm going to make him an offer he can't refuse.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 002_fix_gfs2_mkfs_exit.dpatch
URL: <http://listman.redhat.com/archives/cluster-devel/attachments/20070501/2a511f77/attachment.ksh>
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Cluster-devel] Re: [PATCH] gfs2/mkfs/main.c: fix exit code
2007-05-01 14:17 [Cluster-devel] [PATCH] gfs2/mkfs/main.c: fix exit code Fabio Massimo Di Nitto
@ 2007-05-01 14:19 ` Robert Peterson
0 siblings, 0 replies; 2+ messages in thread
From: Robert Peterson @ 2007-05-01 14:19 UTC (permalink / raw)
To: cluster-devel.redhat.com
Fabio Massimo Di Nitto wrote:
> When Robert mentioned gfs2_grow/_shrink in one of his previous emails,
> I decided to go digging a bit more and found a very trivial error.
>
> Please apply or acknowledge and i will apply.
>
> Thanks
> Fabio
>
>
>
> ------------------------------------------------------------------------
>
> #! /bin/sh /usr/share/dpatch/dpatch-run
> ## 002_fix_gfs2_mkfs_exit.dpatch by <fabbione@gordian.int.fabbione.net>
> ##
> ## All lines beginning with `## DP:' are a description of the patch.
> ## DP: No description.
>
> @DPATCH@
> diff -urNad redhat-cluster-suite-2.20070430~/gfs2/mkfs/main.c redhat-cluster-suite-2.20070430/gfs2/mkfs/main.c
> --- redhat-cluster-suite-2.20070430~/gfs2/mkfs/main.c 2006-07-11 00:51:10.000000000 +0200
> +++ redhat-cluster-suite-2.20070430/gfs2/mkfs/main.c 2007-05-01 16:16:46.000000000 +0200
> @@ -58,9 +58,10 @@
> main_grow(argc, argv);
> else if (!strcmp(whoami, "gfs2_shrink"))
> main_shrink(argc, argv);
> +#endif
> else
> die("I don't know who I am!\n");
> -#endif
> +
> free(p);
>
> return EXIT_SUCCESS;
ACK
Bob Peterson
Red Hat Cluster Suite
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-01 14:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-01 14:17 [Cluster-devel] [PATCH] gfs2/mkfs/main.c: fix exit code Fabio Massimo Di Nitto
2007-05-01 14:19 ` [Cluster-devel] " Robert Peterson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).