From: Philipp Reisner <philipp.reisner@linbit.com>
To: Nikanth K <nikanth@gmail.com>
Cc: linux-kernel@vger.kernel.org, gregkh@suse.de,
Nikanth Karthikesan <knikanth@suse.de>
Subject: Re: [PATCH 08/12] DRBD: receiver
Date: Wed, 8 Apr 2009 17:10:00 +0200 [thread overview]
Message-ID: <200904081710.00909.philipp.reisner@linbit.com> (raw)
In-Reply-To: <807b3a220904080317gfd1720cv951781abdea8c9b@mail.gmail.com>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 1363 bytes --]
On Wednesday 08 April 2009 12:17:03 Nikanth K wrote:> On Mon, Mar 23, 2009 at 9:18 PM, Philipp Reisner> <philipp.reisner@linbit.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.>
Right, I removed those in the meantime. I need to do a repost / git-repoto pull from. Expect it tomorrow or on Friday.
PS: I will answer the yet unanswered mails tomorrow.
-phil-- : Dipl-Ing Philipp Reisner: LINBIT | Your Way to High Availability: Tel: +43-1-8178292-50, Fax: +43-1-8178292-82: http://www.linbit.com
DRBD(R) and LINBIT(R) are registered trademarks of LINBIT, Austria.
ÿôèº{.nÇ+·®+%Ëÿ±éݶ\x17¥wÿº{.nÇ+·¥{±þG«éÿ{ayº\x1dÊÚë,j\a¢f£¢·hïêÿêçz_è®\x03(éÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?¨èÚ&£ø§~á¶iOæ¬z·vØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?I¥
next prev parent reply other threads:[~2009-04-08 15:12 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-23 15:47 [PATCH 00/12] DRBD: a block device for HA clusters Philipp Reisner
2009-03-23 15:47 ` [PATCH 01/12] DRBD: lru_cache Philipp Reisner
2009-03-23 15:47 ` [PATCH 02/12] DRBD: activity_log Philipp Reisner
2009-03-23 15:47 ` [PATCH 03/12] DRBD: bitmap Philipp Reisner
2009-03-23 15:47 ` [PATCH 04/12] DRBD: request Philipp Reisner
2009-03-23 15:48 ` [PATCH 05/12] DRBD: userspace_interface Philipp Reisner
2009-03-23 15:48 ` [PATCH 06/12] DRBD: internal_data_structures Philipp Reisner
2009-03-23 15:48 ` [PATCH 07/12] DRBD: main Philipp Reisner
2009-03-23 15:48 ` [PATCH 08/12] DRBD: receiver Philipp Reisner
2009-03-23 15:48 ` [PATCH 09/12] DRBD: proc Philipp Reisner
2009-03-23 15:48 ` [PATCH 10/12] DRBD: worker Philipp Reisner
2009-03-23 15:48 ` [PATCH 11/12] DRBD: misc Philipp Reisner
2009-03-23 15:48 ` [PATCH 12/12] DRBD: final Philipp Reisner
2009-04-08 10:17 ` [PATCH 08/12] DRBD: receiver Nikanth K
2009-04-08 15:10 ` Philipp Reisner [this message]
2009-03-23 16:51 ` [PATCH 07/12] DRBD: main Alexey Dobriyan
2009-03-23 22:26 ` Philipp Reisner
2009-04-08 10:16 ` [PATCH 04/12] DRBD: request Nikanth K
2009-04-08 10:16 ` [PATCH 03/12] DRBD: bitmap Nikanth K
2009-04-08 15:09 ` Philipp Reisner
2009-03-24 12:27 ` [PATCH 02/12] DRBD: activity_log Andi Kleen
2009-03-25 10:27 ` Philipp Reisner
2009-03-25 10:46 ` Andi Kleen
2009-03-25 10:57 ` Philipp Reisner
2009-03-23 15:58 ` [PATCH 01/12] DRBD: lru_cache Greg KH
2009-04-08 10:15 ` Nikanth K
2009-04-08 15:09 ` Philipp Reisner
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=200904081710.00909.philipp.reisner@linbit.com \
--to=philipp.reisner@linbit.com \
--cc=gregkh@suse.de \
--cc=knikanth@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=nikanth@gmail.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