From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f180.google.com ([209.85.192.180]:35875 "EHLO mail-pf0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751609AbcCaQR2 (ORCPT ); Thu, 31 Mar 2016 12:17:28 -0400 Received: by mail-pf0-f180.google.com with SMTP id e128so51382963pfe.3 for ; Thu, 31 Mar 2016 09:17:28 -0700 (PDT) Date: Thu, 31 Mar 2016 12:17:23 -0400 (EDT) From: Martin Brandenburg To: torvalds@linux-foundation.org cc: viro@zeniv.linux.org.uk, hubcap@omnibond.com, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull] orangefs bugfixes for rc2 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Linus, Please pull two bugfixes for OrangeFS. One fixes a rather serious reference counting bug and one fixes a typo which would stop the latest stable userspace client from starting up. Thanks, -- Martin The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca: Linux 4.6-rc1 (2016-03-26 16:03:24 -0700) are available in the git repository at: https://github.com/martinbrandenburg/linux.git for-linus for you to fetch changes up to 878dfd3210e0bfc047995022de3091724ea9a5f6: orangefs: minimum userspace version is 2.9.3 (2016-03-31 12:06:00 -0400) ---------------------------------------------------------------- Martin Brandenburg (2): orangefs: don't put readdir slot twice orangefs: minimum userspace version is 2.9.3 fs/orangefs/dir.c | 8 +++----- fs/orangefs/protocol.h | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-)