From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Snitzer Subject: Re: [PATCH 02/15] pass gfp_mask and flags to sb_issue_discard Date: Thu, 19 Aug 2010 21:23:18 -0400 Message-ID: References: <20100818093432.646633424@bombadil.infradead.org> <20100818093500.133322549@bombadil.infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: tj@kernel.org, chris.mason@oracle.com, swhiteho@redhat.com, konishi.ryusuke@lab.ntt.co.jp, tytso@mit.edu, jack@suse.cz, hirofumi@mail.parknet.co.jp, mfasheh@suse.com, joel.becker@oracle.com, hughd@google.com, linux-fsdevel@vger.kernel.org To: Christoph Hellwig Return-path: Received: from mail-bw0-f46.google.com ([209.85.214.46]:53242 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750898Ab0HTBXj (ORCPT ); Thu, 19 Aug 2010 21:23:39 -0400 Received: by bwz11 with SMTP id 11so1697248bwz.19 for ; Thu, 19 Aug 2010 18:23:38 -0700 (PDT) In-Reply-To: <20100818093500.133322549@bombadil.infradead.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, Aug 18, 2010 at 5:29 AM, Christoph Hellwig wrote: > We'll need to get rid of the BLKDEV_IFL_BARRIER flag, and to facilitate > that and to make the interface less confusing pass all flags explicitly. > > Signed-off-by: Christoph Hellwig Acked-by: Mike Snitzer