From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Thornber Subject: Re: [PATCH for-3.14] dm btree: add dm_btree_find_lowest_key Date: Fri, 10 Jan 2014 10:16:07 +0000 Message-ID: <20140110101607.GB20496@debian> References: <1389303053-31684-1-git-send-email-snitzer@redhat.com> Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1389303053-31684-1-git-send-email-snitzer@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Mike Snitzer Cc: dm-devel@redhat.com, joe.thornber@gmail.com, ejt@redhat.com List-Id: dm-devel.ids On Thu, Jan 09, 2014 at 04:30:53PM -0500, Mike Snitzer wrote: > From: Joe Thornber > dm_btree_find_lowest_key is needed for an upcoming DM target, as such it > is best to get this interface in place. Premature, the dm-era target that would use this is still in development. For instance I may decide to digest the bloom filters by using the existing btree_walk method rather than repeatedly grabbing the lowest entry.