Hi Linus, Here are two fix patches for the AFS filesystem: (1) Fix the refcounting on permit caching. (2) AFS inode (afs_vnode) fields need resetting after allocation because they're only initialised when slab pages are obtained from the page allocator. The patches can be found here also: http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=afs-fixes tagged thusly: afs-fixes-20171201 David --- David Howells (2): afs: Fix permit refcounting afs: Properly reset afs_vnode (inode) fields fs/afs/internal.h | 5 ++++- fs/afs/security.c | 18 ++++++++++-------- fs/afs/super.c | 14 +++++++++++++- 3 files changed, 27 insertions(+), 10 deletions(-)