[GIT PULL] afs: A couple of fixes

From: David Howells
Date: Tue May 29 2018 - 09:55:59 EST


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(-)