public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Lars Marowsky-Bree <lmb@suse.de>
To: Philipp Reisner <philipp.reisner@linbit.com>,
	linux-kernel@vger.kernel.org
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Jens Axboe <jens.axboe@oracle.com>, Greg KH <gregkh@suse.de>,
	Neil Brown <neilb@suse.de>,
	James Bottomley <James.Bottomley@HansenPartnership.com>,
	Sam Ravnborg <sam@ravnborg.org>, Dave Jones <davej@redhat.com>,
	Nikanth Karthikesan <knikanth@suse.de>,
	"Nicholas A. Bellinger" <nab@linux-iscsi.org>,
	Kyle Moffett <kyle@moffetthome.net>,
	Bart Van Assche <bart.vanassche@gmail.com>,
	Lars Ellenberg <lars.ellenberg@linbit.com>
Subject: Re: [PATCH 13/16] DRBD: misc
Date: Fri, 15 May 2009 14:18:38 +0200	[thread overview]
Message-ID: <20090515121838.GK8610@suse.de> (raw)
In-Reply-To: <1242389443-3470-14-git-send-email-philipp.reisner@linbit.com>

On 2009-05-15T14:10:40, Philipp Reisner <philipp.reisner@linbit.com> wrote:

> buildtag.c tag will go away when we are not longer an external module.

So I would assume it shouldn't be part of the upstream submission? ;-)


Regards,
    Lars

-- 
SuSE Labs, OPS Engineering, Novell, Inc.
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
"Experience is the name everyone gives to their mistakes." -- Oscar Wilde


  parent reply	other threads:[~2009-05-15 12:18 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-15 12:10 [PATCH 00/16] DRBD: a block device for HA clusters Philipp Reisner
2009-05-15 12:10 ` [PATCH 01/16] DRBD: major.h Philipp Reisner
2009-05-15 12:10   ` [PATCH 02/16] DRBD: lru_cache Philipp Reisner
2009-05-15 12:10     ` [PATCH 03/16] DRBD: activity_log Philipp Reisner
2009-05-15 12:10       ` [PATCH 04/16] DRBD: bitmap Philipp Reisner
2009-05-15 12:10         ` [PATCH 05/16] DRBD: request Philipp Reisner
2009-05-15 12:10           ` [PATCH 06/16] DRBD: userspace_interface Philipp Reisner
2009-05-15 12:10             ` [PATCH 07/16] DRBD: internal_data_structures Philipp Reisner
2009-05-15 12:10               ` [PATCH 08/16] DRBD: main Philipp Reisner
2009-05-15 12:10                 ` [PATCH 09/16] DRBD: receiver Philipp Reisner
2009-05-15 12:10                   ` [PATCH 10/16] DRBD: proc Philipp Reisner
2009-05-15 12:10                     ` [PATCH 11/16] DRBD: worker Philipp Reisner
2009-05-15 12:10                       ` [PATCH 12/16] DRBD: variable_length_integer_encoding Philipp Reisner
2009-05-15 12:10                         ` [PATCH 13/16] DRBD: misc Philipp Reisner
2009-05-15 12:10                           ` [PATCH 14/16] DRBD: tracepoint_probes Philipp Reisner
2009-05-15 12:10                             ` [PATCH 15/16] DRBD: documentation Philipp Reisner
2009-05-15 12:10                               ` [PATCH 16/16] DRBD: final Philipp Reisner
2009-05-15 12:18                           ` Lars Marowsky-Bree [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-04-30 11:26 [PATCH 00/16] DRBD: a block device for HA clusters Philipp Reisner
2009-04-30 11:26 ` [PATCH 01/16] DRBD: major.h Philipp Reisner
2009-04-30 11:26   ` [PATCH 02/16] DRBD: lru_cache Philipp Reisner
2009-04-30 11:26     ` [PATCH 03/16] DRBD: activity_log Philipp Reisner
2009-04-30 11:26       ` [PATCH 04/16] DRBD: bitmap Philipp Reisner
2009-04-30 11:26         ` [PATCH 05/16] DRBD: request Philipp Reisner
2009-04-30 11:26           ` [PATCH 06/16] DRBD: userspace_interface Philipp Reisner
2009-04-30 11:26             ` [PATCH 07/16] DRBD: internal_data_structures Philipp Reisner
2009-04-30 11:26               ` [PATCH 08/16] DRBD: main Philipp Reisner
2009-04-30 11:26                 ` [PATCH 09/16] DRBD: receiver Philipp Reisner
2009-04-30 11:26                   ` [PATCH 10/16] DRBD: proc Philipp Reisner
2009-04-30 11:26                     ` [PATCH 11/16] DRBD: worker Philipp Reisner
2009-04-30 11:26                       ` [PATCH 12/16] DRBD: variable_length_integer_encoding Philipp Reisner
2009-04-30 11:26                         ` [PATCH 13/16] DRBD: misc 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=20090515121838.GK8610@suse.de \
    --to=lmb@suse.de \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=akpm@linux-foundation.org \
    --cc=bart.vanassche@gmail.com \
    --cc=davej@redhat.com \
    --cc=gregkh@suse.de \
    --cc=jens.axboe@oracle.com \
    --cc=knikanth@suse.de \
    --cc=kyle@moffetthome.net \
    --cc=lars.ellenberg@linbit.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nab@linux-iscsi.org \
    --cc=neilb@suse.de \
    --cc=philipp.reisner@linbit.com \
    --cc=sam@ravnborg.org \
    /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