From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailrelay103.isp.belgacom.be ([195.238.20.130]:9700 "EHLO mailrelay103.isp.belgacom.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932422AbdAITMQ (ORCPT ); Mon, 9 Jan 2017 14:12:16 -0500 From: Fabian Frederick To: Andrew Morton Cc: Jan Kara , Alexander Viro , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, fabf@skynet.be Subject: [PATCH V2 0/7 linux-next] make FS exportable plus some clean-up Date: Mon, 9 Jan 2017 20:12:01 +0100 Message-Id: <20170109191208.6085-1-fabf@skynet.be> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: This small patchset makes AFFS work with NFS for standard operations. V2 adds a new patch suggested by Alexander Viro in order to work with cold dcache. Fabian Frederick (7): fs/affs: remove reference to affs_parent_ino() fs/affs: add validation block function fs/affs: make affs exportable fs/affs: use octal for permissions fs/affs: add prefix to some functions fs/affs/namei.c: forward declarations clean-up fs/affs: make export work with cold dcache fs/affs/affs.h | 22 ++++++++----- fs/affs/amigaffs.c | 42 ++++++++++++------------ fs/affs/inode.c | 9 +++--- fs/affs/namei.c | 95 +++++++++++++++++++++++++++++++++++++++++------------- fs/affs/super.c | 3 +- 5 files changed, 114 insertions(+), 57 deletions(-) -- 2.9.3