afs: Push the net ns pointer to more places
authorDavid Howells <dhowells@redhat.com>
Thu, 2 Nov 2017 15:27:46 +0000 (15:27 +0000)
committerDavid Howells <dhowells@redhat.com>
Mon, 13 Nov 2017 15:38:17 +0000 (15:38 +0000)
commit9ed900b1160ef306bc74ad0228d7ab199234c758
treef2e3ed236dce6980e51e8216e9e06ffbf9c1d989
parent49566f6f06b38d7c1a5c7eacc8a38c6ea2e36549
afs: Push the net ns pointer to more places

Push the network namespace pointer to more places in AFS, including the
afs_server structure (which doesn't hold a ref on the netns).

In particular, afs_put_cell() now takes requires a net ns parameter so that
it can safely alter the netns after decrementing the cell usage count - the
cell will be deallocated by a background thread after being cached for a
period, which means that it's not safe to access it after reducing its
usage count.

Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/cell.c
fs/afs/cmservice.c
fs/afs/dir.c
fs/afs/inode.c
fs/afs/internal.h
fs/afs/proc.c
fs/afs/server.c
fs/afs/super.c
fs/afs/vlocation.c
fs/afs/vnode.c
fs/afs/volume.c