From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx3-rdu2.redhat.com ([66.187.233.73]:36942 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S933755AbeE2Nzw (ORCPT ); Tue, 29 May 2018 09:55:52 -0400 From: David Howells To: torvalds@linux-foundation.org cc: dhowells@redhat.com, linux-afs@lists.infradead.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] afs: A couple of fixes MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <31070.1527602145.1@warthog.procyon.org.uk> Content-Transfer-Encoding: 8BIT Date: Tue, 29 May 2018 14:55:45 +0100 Message-ID: <31071.1527602145@warthog.procyon.org.uk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi Linus, Here's a couple of fixes for the AFS filesystem: (1) Fix a BUG triggerable from faccessat(). (2) Fix the mounting of backup volumes. David --- The following changes since commit 21b9f1c7e319f654de3b2574fe8d4e4114c9143f: Merge tag 'afs-fixes-20180514' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs (2018-05-15 10:48:36 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/afs-fixes-20180529 for you to fetch changes up to 1fba5868eed82766fb374c7d367166706f9269d5: afs: Fix mounting of backup volumes (2018-05-16 21:35:23 +0100) ---------------------------------------------------------------- AFS fixes ---------------------------------------------------------------- David Howells (1): afs: Fix directory permissions check Marc Dionne (1): afs: Fix mounting of backup volumes fs/afs/security.c | 10 +++------- fs/afs/vlclient.c | 19 ++++++++++--------- 2 files changed, 13 insertions(+), 16 deletions(-)