From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Piggin Subject: Re: [patch] brd: support discard Date: Wed, 26 May 2010 23:58:13 +1000 Message-ID: <20100526135813.GB22536@laptop> References: <20100526133342.GA22536@laptop> <20100526134006.GO23411@kernel.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org To: Jens Axboe Return-path: Received: from cantor2.suse.de ([195.135.220.15]:41025 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754752Ab0EZN6Q (ORCPT ); Wed, 26 May 2010 09:58:16 -0400 Content-Disposition: inline In-Reply-To: <20100526134006.GO23411@kernel.dk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, May 26, 2010 at 03:40:06PM +0200, Jens Axboe wrote: > On Wed, May 26 2010, Nick Piggin wrote: > > Hi Jens, > > > > What do you think of this patch? Can you possibly merge it via your > > block tree if it looks OK? > > Sure, looks trivial enough (and correct, from a quick look through). Thanks. It passes some basic testing (via blockdev discard ioctl and btrfs -odiscard mount) and it looks to be working properly.