[Linux-cluster] [PATCH] trivial fix

Christine Caulfield ccaulfie at redhat.com
Fri Jul 1 10:21:26 UTC 2011


On 01/07/11 09:45, Masatake YAMATO wrote:
> Fix a typo.
>
> Signed-off-by: Masatake YAMATO
>
> diff --git a/fs/dlm/lowcomms.c b/fs/dlm/lowcomms.c
> index bffa1e7..f0d4855 100644
> --- a/fs/dlm/lowcomms.c
> +++ b/fs/dlm/lowcomms.c
> @@ -932,7 +932,7 @@ static void tcp_connect_to_sock(struct connection *con)
>   	int one = 1;
>
>   	if (con->nodeid == 0) {
> -		log_print("attempt to connect sock 0 foiled");
> +		log_print("attempt to connect sock 0 failed");
>   		return;
>   	}
>

That's not a typo. I did mean "foiled" and not "failed". Read the code 
and it will make sense ;-)

Chrissie




More information about the Linux-cluster mailing list