Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754175AbZIPAqj (ORCPT ); Tue, 15 Sep 2009 20:46:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753012AbZIPAqe (ORCPT ); Tue, 15 Sep 2009 20:46:34 -0400 Received: from fgwmail5.fujitsu.co.jp ([192.51.44.35]:41201 "EHLO fgwmail5.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752019AbZIPAqd (ORCPT ); Tue, 15 Sep 2009 20:46:33 -0400 X-SecurityPolicyCheck-FJ: OK by FujitsuOutboundMailChecker v1.3.1 From: KOSAKI Motohiro To: Philipp Reisner Subject: Re: [GIT PULL] DRBD for 2.6.32 Cc: kosaki.motohiro@jp.fujitsu.com, linux-kernel@vger.kernel.org, Linus Torvalds , Andrew Morton , drbd-dev@lists.linbit.com, Lars Ellenberg In-Reply-To: <200909151645.14256.philipp.reisner@linbit.com> References: <200909151645.14256.philipp.reisner@linbit.com> Message-Id: <20090916094421.DB8F.A69D9226@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.50.07 [ja] Date: Wed, 16 Sep 2009 09:46:34 +0900 (JST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3982 Lines: 77 > Hi Linus, > > Please pull > git://git.drbd.org/linux-2.6-drbd.git drbd > > DRBD is a shared-nothing, replicated block device. It is designed to > serve as a building block for high availability clusters and > in this context, is a "drop-in" replacement for shared storage. > > It has been discussed and reviewed on the list since March, > and Andrew has asked us to send a pull request for 2.6.32-rc1. > > Stephen added us to linux-next in July, and our most recent > build failure against Jens' 2.6.32-rc1 updates was ironed out this > morning. So it should be in fairly good shape. > I'm sorry for my delayed pointing out. if anyone add new feature, its Kconfig default parameter should be N. but AFAIK, DRBD use M. I hope you change it. At least, typical desktop user don't use DRBD. Thanks. - kosaki > Documentation/blockdev/drbd/DRBD-8.3-data-packets.svg | 588 + > Documentation/blockdev/drbd/DRBD-data-packets.svg | 459 + > Documentation/blockdev/drbd/README.txt | 16 > Documentation/blockdev/drbd/conn-states-8.dot | 18 > Documentation/blockdev/drbd/disk-states-8.dot | 16 > Documentation/blockdev/drbd/drbd-connection-state-overview.dot | 85 > Documentation/blockdev/drbd/node-states-8.dot | 14 > MAINTAINERS | 13 > drivers/block/Kconfig | 2 > drivers/block/Makefile | 1 > drivers/block/drbd/Kconfig | 82 > drivers/block/drbd/Makefile | 8 > drivers/block/drbd/drbd_actlog.c | 1484 +++ > drivers/block/drbd/drbd_bitmap.c | 1327 ++ > drivers/block/drbd/drbd_int.h | 2258 +++++ > drivers/block/drbd/drbd_main.c | 3735 ++++++++ > drivers/block/drbd/drbd_nl.c | 2365 +++++ > drivers/block/drbd/drbd_proc.c | 266 > drivers/block/drbd/drbd_receiver.c | 4456 ++++++++++ > drivers/block/drbd/drbd_req.c | 1132 ++ > drivers/block/drbd/drbd_req.h | 327 > drivers/block/drbd/drbd_strings.c | 113 > drivers/block/drbd/drbd_tracing.c | 753 + > drivers/block/drbd/drbd_tracing.h | 87 > drivers/block/drbd/drbd_vli.h | 351 > drivers/block/drbd/drbd_worker.c | 1529 +++ > drivers/block/drbd/drbd_wrappers.h | 91 > include/linux/drbd.h | 349 > include/linux/drbd_limits.h | 137 > include/linux/drbd_nl.h | 137 > include/linux/drbd_tag_magic.h | 83 > include/linux/lru_cache.h | 294 > lib/Kconfig | 3 > lib/Makefile | 2 > lib/lru_cache.c | 560 + > 35 files changed, 23141 insertions(+) > > -phil > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/