From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:59039 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933243AbcBPXyo (ORCPT ); Tue, 16 Feb 2016 18:54:44 -0500 Date: Tue, 16 Feb 2016 23:54:41 +0000 From: Al Viro To: Mike Marshall Cc: Martin Brandenburg , Linus Torvalds , linux-fsdevel , Stephen Rothwell Subject: Re: Orangefs ABI documentation Message-ID: <20160216235441.GF17997@ZenIV.linux.org.uk> References: <20160213174738.GR17997@ZenIV.linux.org.uk> <20160214025615.GU17997@ZenIV.linux.org.uk> <20160214234312.GX17997@ZenIV.linux.org.uk> <20160215184554.GY17997@ZenIV.linux.org.uk> <20160215230434.GZ17997@ZenIV.linux.org.uk> <20160216233609.GE17997@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160216233609.GE17997@ZenIV.linux.org.uk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, Feb 16, 2016 at 11:36:09PM +0000, Al Viro wrote: > I strongly suspect that this is what's missing. Could you check if it helps? BTW, I've pushed #orangefs-untested; the differences are * several fixes folded back into relevant commits (no point creating bisect hazards and making the history harder to read) * this thing also folded (and in fact is what you get from diffing that tree with your for-next) * commit message for bufmap rewrite supplied. Could you (assuming it works, etc.) switch your branch to that? git checkout for-next, git fetch from vfs.git, git diff FETCH_HEAD to verify that the delta is as it should be, then git reset --hard FETCH_HEAD and git push --force for-next would do it...