[PATCH 0/3] afs: Network-namespacing and proc

From: David Howells
Date: Mon Apr 30 2018 - 19:20:31 EST



Hi Christoph,

Can you drop your "afs: simplify procfs code" patch please and replace with
these three? The patches are:

(1) Rearrange fs/afs/proc.c to get rid of the forward declarations and
simplify the commenting.

(2) Supply functions that allow writable net proc files to be created (this
could be extended to provide writing on non-net proc files).

(3) Implement network namespacing in AFS and simplify the proc usage, using
the new convenience functions provided.

David
---
David Howells (3):
afs: Rearrange fs/afs/proc.c
proc: Add a way to make network proc files writable
afs: Implement namespacing


fs/afs/cell.c | 4
fs/afs/cmservice.c | 2
fs/afs/internal.h | 43 +-
fs/afs/main.c | 33 +-
fs/afs/netdevices.c | 6
fs/afs/proc.c | 881 +++++++++++++++--------------------------------
fs/afs/rxrpc.c | 2
fs/afs/super.c | 20 +
fs/proc/generic.c | 24 +
fs/proc/internal.h | 2
fs/proc/proc_net.c | 92 +++++
include/linux/proc_fs.h | 12 +
12 files changed, 487 insertions(+), 634 deletions(-)