|
|
Subscribe / Log in / New account

afs: Network-namespacing and proc

From:  David Howells <dhowells-AT-redhat.com>
To:  hch-AT-lst.de
Subject:  [PATCH 0/3] afs: Network-namespacing and proc
Date:  Tue, 01 May 2018 00:20:20 +0100
Message-ID:  <152513042072.13808.9692322366778075206.stgit@warthog.procyon.org.uk>
Cc:  dhowells-AT-redhat.com, linux-afs-AT-lists.infradead.org, linux-kernel-AT-vger.kernel.org
Archive-link:  Article


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(-)



Copyright © 2018, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds