From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joachim Eastwood Subject: Re: [git pull] vfs fixes Date: Fri, 26 Sep 2014 22:38:43 +0200 Message-ID: References: <20140914194738.GS7996@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Linus Torvalds , "linux-kernel@vger.kernel.org" , linux-fsdevel@vger.kernel.org To: Al Viro Return-path: In-Reply-To: <20140914194738.GS7996@ZenIV.linux.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On 14 September 2014 21:47, Al Viro wrote: > double iput() on failure exit in lustre, racy removal of spliced dentries > from ->s_anon in __d_materialise_dentry() plus a bunch of assorted RCU pathwalk > fixes. Please, pull from the usual place - > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus > > Shortlog: > Al Viro (5): > [fix] lustre: d_make_root() does iput() on dentry allocation failure > move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon) > fix bogus read_seqretry() checks introduced in b37199e > don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu() > be careful with nd->inode in path_init() and follow_dotdot_rcu() > > Diffstat: > drivers/staging/lustre/lustre/llite/llite_lib.c | 2 +- > fs/dcache.c | 8 +++- > fs/namei.c | 52 ++++++++++++++--------- > 3 files changed, 39 insertions(+), 23 deletions(-) > -- > 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/