Re: [PATCH V2 0/7 linux-next] make FS exportable plus some clean-up

From: Fabian Frederick
Date: Wed Jan 18 2017 - 13:50:28 EST




> On 09 January 2017 at 20:12 Fabian Frederick <fabf@xxxxxxxxx> wrote:
>
>
> 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
>

Hi Andrew,

 ÂDo I have to CC someone else to apply these patches ?

Regards,
Fabian