From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [git pull] VFS - the first pile Date: Tue, 15 Mar 2011 22:18:18 +0000 Message-ID: <20110315221818.GN22723@ZenIV.linux.org.uk> References: <20110315213248.GL22723@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Linus Torvalds Return-path: Content-Disposition: inline In-Reply-To: <20110315213248.GL22723@ZenIV.linux.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Tue, Mar 15, 2011 at 09:32:48PM +0000, Al Viro wrote: > Shortlog: > Al Viro (45): > compat breakage in preadv() and pwritev() BTW, a question about rebases: is that kind of situation worth doing a rebase of the queue/backmerge/etc.? This commit sits in the base of that branch, with branchpoint at Mar 10; the same thing had been applied in mainline at Mar 13. git merge does, of course, handle it just fine; I guess I should've posted a pull request back then instead of posting the patch - to be honest, I hadn't thought about that. What's the prefered way of dealing with such situations? Leave as is? Rebase at the point where the patch went into mainline? Something else?