From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753204AbcCAVWs (ORCPT ); Tue, 1 Mar 2016 16:22:48 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:36415 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751102AbcCAVWr (ORCPT ); Tue, 1 Mar 2016 16:22:47 -0500 Date: Tue, 1 Mar 2016 21:22:45 +0000 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull] d_inode/d_flags race fix Message-ID: <20160301212245.GE17997@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 5129fa482b16615fd4464d2f5d23acb1b7056c66: do_last(): ELOOP failure exit should be done after leaving RCU mode (2016-02-27 19:37:37 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus for you to fetch changes up to a528aca7f359f4b0b1d72ae406097e491a5ba9ea: use ->d_seq to get coherency between ->d_inode and ->d_flags (2016-02-29 12:16:43 -0500) ---------------------------------------------------------------- Al Viro (1): use ->d_seq to get coherency between ->d_inode and ->d_flags fs/dcache.c | 20 +++++--------------- include/linux/dcache.h | 4 +--- 2 files changed, 6 insertions(+), 18 deletions(-)