cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Robert Peterson <rpeterso@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] Re: [PATCH] gfs2/mkfs/main.c: fix exit code
Date: Tue, 01 May 2007 09:19:21 -0500	[thread overview]
Message-ID: <46374C69.5030200@redhat.com> (raw)
In-Reply-To: <46374BEB.30202@ubuntu.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



      reply	other threads:[~2007-05-01 14:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46374C69.5030200@redhat.com \
    --to=rpeterso@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).