[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <807b3a220904080317gfd1720cv951781abdea8c9b@mail.gmail.com>
Date: Wed, 8 Apr 2009 15:47:03 +0530
From: Nikanth K <nikanth@...il.com>
To: Philipp Reisner <philipp.reisner@...bit.com>
Cc: linux-kernel@...r.kernel.org, gregkh@...e.de,
Nikanth Karthikesan <knikanth@...e.de>
Subject: Re: [PATCH 08/12] DRBD: receiver
On Mon, Mar 23, 2009 at 9:18 PM, Philipp Reisner
<philipp.reisner@...bit.com> wrote:
<snip>
> + /* peer not (yet) available, network problem */
> + case ECONNREFUSED: case ENETUNREACH:
> + case EHOSTDOWN: case EHOSTUNREACH:
> +#if 0
> + DBG("%s failure ignored, err = %d\n",
> + what, err);
> +#endif
Unused code.
> +#if 0
> + else {
> + DBG("%s failure ignored, err = %d, not Disconnecting\n",
> + what, err);
> + }
> +#endif
Unused code.
Thanks
Nikanth
Powered by blists - more mailing lists