From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755624AbZEEPD1 (ORCPT ); Tue, 5 May 2009 11:03:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752645AbZEEPDP (ORCPT ); Tue, 5 May 2009 11:03:15 -0400 Received: from mail-bw0-f174.google.com ([209.85.218.174]:61782 "EHLO mail-bw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751972AbZEEPDO convert rfc822-to-8bit (ORCPT ); Tue, 5 May 2009 11:03:14 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=dX3gF430BY/36dhUgM8D9cBqTKpLOfpqrSpNQT7pLw93ZqfOmovFsmzqbBY2nd3f+2 4YcmximBLM1KWYtjzJIM/Wez8qcL4D1JBvgGNkHSdyGmg/5r7mp4MH4fjgnxWZg1/yrk FDZDZRTF1ELXT99uA2WArhKojlXA6/UNHjn60= MIME-Version: 1.0 In-Reply-To: <200905051021.33461.philipp.reisner@linbit.com> References: <1241090812-13516-1-git-send-email-philipp.reisner@linbit.com> <200905041028.13865.philipp.reisner@linbit.com> <1241457851.3315.41.camel@mulgrave.int.hansenpartnership.com> <200905051021.33461.philipp.reisner@linbit.com> Date: Tue, 5 May 2009 17:03:13 +0200 Message-ID: Subject: Re: [PATCH 00/16] DRBD: a block device for HA clusters From: Bart Van Assche To: Philipp Reisner Cc: James Bottomley , david@lang.hm, Willy Tarreau , Andrew Morton , linux-kernel@vger.kernel.org, Jens Axboe , Greg KH , Neil Brown , Sam Ravnborg , Dave Jones , Nikanth Karthikesan , Lars Marowsky-Bree , Kyle Moffett , Lars Ellenberg Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 5, 2009 at 10:21 AM, Philipp Reisner wrote: > What we have in DRBD boils down to: > > * We obey all possible write after write dependencies in the stream of >  writes we get from the upper layers. And generate DRBD internal >  reorder barriers for the packet stream. Hello Philipp, I couldn't find a call to blk_queue_ordered() in the DRBD 8.3.1 source code. This made me wonder how DRBD obtains information about barriers that is generated by filesystems like ext3 with the option barrier=1 ? Bart.