From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: [git pull] vfs fixes for -rc2 Date: Sat, 20 Jul 2013 02:15:11 +0100 Message-ID: <20130720011510.GI4165@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: Received: from zeniv.linux.org.uk ([195.92.253.2]:55784 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752057Ab3GTBPN (ORCPT ); Fri, 19 Jul 2013 21:15:13 -0400 Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: sget() one is a long-standing bug and will need to go into -stable (in fact, it had been originally caught in RHEL6), the other two are 3.11-only. Please, pull from git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Al Viro (2): allow O_TMPFILE to work with O_WRONLY livelock avoidance in sget() Peng Tao (1): vfs: constify dentry parameter in d_count() Diffstat: fs/open.c | 2 ++ fs/super.c | 25 ++++++++++--------------- include/linux/dcache.h | 2 +- include/uapi/asm-generic/fcntl.h | 4 ++-- 4 files changed, 15 insertions(+), 18 deletions(-)