[Ocfs2-tools-devel] [PATCH] ocfs2-tools: Small cleanup for hb device support

Sunil Mushran Sunil.Mushran at oracle.com
Wed Sep 19 16:51:55 PDT 2007


 	if (signal(SIGTERM, handle_signal) == SIG_ERR) {
-		fprintf(stderr, "Could not set SIGTERM\n");
+		com_err(opts.progname, 0, "Could not set SIGTERM");
 		exit(1);
 	}
 
 	if (signal(SIGINT, handle_signal) == SIG_ERR) {
-		fprintf(stderr, "Could not set SIGINT\n");
+		com_err(opts.progname, 0, "Could not set SIGINT");
 		exit(1);
 	}


Are you referring to the above change or more?

Mark Fasheh wrote:
> On Wed, Sep 19, 2007 at 04:04:46PM -0700, Sunil Mushran wrote:
>   
>> mkfs, tunefs need a bit of polishing to support the hb device.
>>
>> Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
>>     
> Signed-off-by: Mark Fasheh <mark.fasheh at oracle.com>
>
> Though some of those tunefs changes look like they should be in a seperate
> patch...
> 	--Mark
>
> --
> Mark Fasheh
> Senior Software Developer, Oracle
> mark.fasheh at oracle.com
>   




More information about the Ocfs2-tools-devel mailing list