From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757752AbcG1UDg (ORCPT ); Thu, 28 Jul 2016 16:03:36 -0400 Received: from mail-oi0-f65.google.com ([209.85.218.65]:36573 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753273AbcG1UDe convert rfc822-to-8bit (ORCPT ); Thu, 28 Jul 2016 16:03:34 -0400 MIME-Version: 1.0 In-Reply-To: <20160728133316.GA12123@infradead.org> References: <20160728133316.GA12123@infradead.org> From: Linus Torvalds Date: Thu, 28 Jul 2016 13:03:32 -0700 X-Google-Sender-Auth: akvZnqTM3gbVGoyfkiiBgyC6_Fc Message-ID: Subject: Re: [GIT PULL] freevxfs updates for 4.8 To: Christoph Hellwig Cc: linux-fsdevel , Linux Kernel Mailing List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 28, 2016 at 6:33 AM, Christoph Hellwig wrote: > > after many years I finally have some major freevxfs updated, thanks to > Krzysztof Błaszkowski: > > The following changes since commit bf1bb4b460c8dc3a33793bff21464a9d816697ad: > > freevxfs: update Kconfig information (2016-06-13 10:20:39 +0200) > > are available in the git repository at: > > git://git.infradead.org/users/hch/freevxfs.git tags/freevxfs-for-4.8 I really want to see the expected diffstat too. A real full pull-request, in other words. I don't pull without that, because I want to not only compare what I get with what I'm told I will get, I also simply want to have an idea of what is going on even before pulling. Linus