From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752307AbdLAMGk (ORCPT ); Fri, 1 Dec 2017 07:06:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51902 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751661AbdLAMGj (ORCPT ); Fri, 1 Dec 2017 07:06:39 -0500 Subject: [PATCH 0/2] afs: Fixes From: David Howells To: torvalds@linux-foundation.org Cc: dhowells@redhat.com, linux-fsdevel@vger.kernel.org, linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org Date: Fri, 01 Dec 2017 12:06:37 +0000 Message-ID: <151212999734.22674.8899676476823704538.stgit@warthog.procyon.org.uk> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Fri, 01 Dec 2017 12:06:39 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)