From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:52130 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752631AbcAVSmB (ORCPT ); Fri, 22 Jan 2016 13:42:01 -0500 Date: Fri, 22 Jan 2016 18:42:00 +0000 From: Al Viro To: Linus Torvalds Cc: Linux Kernel Mailing List , linux-fsdevel Subject: Re: [git pull] more vfs.git stuff Message-ID: <20160122184200.GC17997@ZenIV.linux.org.uk> References: <20160121230430.GX17997@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Jan 22, 2016 at 10:26:18AM -0800, Linus Torvalds wrote: > On Thu, Jan 21, 2016 at 3:04 PM, Al Viro wrote: > > [trying to use git request-pull; result looks more or less sane, AFAICT...] > > Looks fine, if you can just fix this part: > > > gitolite@ra.kernel.org:/pub/scm/linux/kernel/git/viro/vfs.git for-linus > > and have it point to the public git://git.kernel.org/.. thing. > > Either by just using "pushurl" for origin, or by having separate > push/pull names entirely. Sorry about that - pushurl added, both git push and git request-pull seem to be working now. BTW, looks like ext4 is the only pending i_mutex-sensitive tree; once it's pulled, I'll regenerate the inode_{lock,unlock,trylock,...} patch and send it your way.