Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753129AbdCHP1W (ORCPT ); Wed, 8 Mar 2017 10:27:22 -0500 Received: from mx2.suse.de ([195.135.220.15]:48472 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751703AbdCHPXs (ORCPT ); Wed, 8 Mar 2017 10:23:48 -0500 Date: Wed, 8 Mar 2017 07:02:27 -0800 From: Davidlohr Bueso To: Oleg Drokin Cc: mingo@kernel.org, peterz@infradead.org, akpm@linux-foundation.org, jack@suse.cz, kirill.shutemov@linux.intel.com, mhocko@suse.com, mgorman@techsingularity.net, linux-kernel@vger.kernel.org, andreas.dilger@intel.com, jsimmons@infradead.org, lustre-devel@lists.lustre.org, Davidlohr Bueso Subject: Re: [PATCH 5/5] staging/lustre: Use generic range rwlock Message-ID: <20170308150227.GA20801@linux-80c1.suse> References: <1488863010-13028-1-git-send-email-dave@stgolabs.net> <1488863010-13028-6-git-send-email-dave@stgolabs.net> <512F521B-5FA2-4ED8-82F4-5CD90A381813@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <512F521B-5FA2-4ED8-82F4-5CD90A381813@intel.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 845 Lines: 28 On Tue, 07 Mar 2017, Oleg Drokin wrote: >On Mar 7, 2017, at 12:03 AM, Davidlohr Bueso wrote: > >> This replaces the in-house version, which is also derived >> from Jan's interval tree implementation. >> >> Cc: oleg.drokin@intel.com >> Cc: andreas.dilger@intel.com >> Cc: jsimmons@infradead.org >> Cc: lustre-devel@lists.lustre.org >> >> Signed-off-by: Davidlohr Bueso >> --- >> XXX: compile tested only. In house uses 'ulong long', generic uses 'ulong', is this a problem? > >Hm, cannot seem to find the other patches in this series anywhere to verify and my subscription to linux-kernel broke as it turns out. You can find the full series here: https://lwn.net/Articles/716383/ >You mean the range is ulong? So only can have this working up to 2G offsets on the >32bit systems and then wrap around? Yes. Thanks, Davidlohr