Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752242Ab1CJMnY (ORCPT ); Thu, 10 Mar 2011 07:43:24 -0500 Received: from mail-qw0-f46.google.com ([209.85.216.46]:60648 "EHLO mail-qw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751197Ab1CJMnW convert rfc822-to-8bit (ORCPT ); Thu, 10 Mar 2011 07:43:22 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; b=mlY1I1ybZg2eTsmVCStFvu2kdkGQ2udhaFTU4/gDvtJNE0mloDsHSjunHRhSWoZ2GP O33m0hmHq3Ah1FulAVph0s8QrkNIipqAK6qWZ9goQnBSgcH0ZUDqeVRMQaZEt6ePRkQu /jO8iTm/AKybXZHVffgKq6S0n2eatF45jzJvk= MIME-Version: 1.0 Reply-To: sedat.dilek@gmail.com In-Reply-To: <20110310115856.GG22723@ZenIV.linux.org.uk> References: <20110310110931.GF22723@ZenIV.linux.org.uk> <20110310115856.GG22723@ZenIV.linux.org.uk> Date: Thu, 10 Mar 2011 13:43:21 +0100 Message-ID: Subject: Re: [git pull] more vfs fixes for final From: Sedat Dilek To: Al Viro Cc: Linus Torvalds , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org 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 Content-Length: 1645 Lines: 36 On Thu, Mar 10, 2011 at 12:58 PM, Al Viro wrote: > On Thu, Mar 10, 2011 at 12:44:37PM +0100, Sedat Dilek wrote: >> On Thu, Mar 10, 2011 at 12:09 PM, Al Viro wrote: >> > ?? ?? ?? ??Fix for misplaced include in sysctl.h, fixes for ->d_revalidate() >> > (a bunch of filesystems are unusable with nfsd at the moment; the real fix >> > is to make ->d_revalidate() take flags directly and forget about dereferencing >> > nameidata in most of the instances, but that's obviously for the next window >> > and oopsen really need to be fixed for -final), missing checks in fallocate() >> > and Bruce's patch for inode (temporary) leaks with nfsd. ??Please, pull from >> > >> > git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ for-linus >> > >> >> Did you really push the new commits? >> >> Last commit here is commit b306419ae08d9def53f2142a37cc0a58622307a8: >> "nd->inode is not set on the second attempt in path_walk()" > > Looks like propagation from hera to git.kernel.org is slow tonight... > > GIT_DIR=/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ git log for-linus|head -5 > commit d891eedbc3b1b0fade8a9ce60cc0eba1cccb59e5 > Author: J. Bruce Fields > Date:   Tue Jan 18 15:45:09 2011 -0500 > >    fs/dcache: allow d_obtain_alias() to return unhashed dentries > Thanks, it's pull-able now (commit-id fits). - Sedat - -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/