NFS: replace global bl_wq with per-net one
authorStanislav Kinsbursky <skinsbursky@parallels.com>
Sun, 11 Mar 2012 14:20:31 +0000 (18:20 +0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sun, 11 Mar 2012 14:57:35 +0000 (10:57 -0400)
commit5ffaf8554163d9f3873988ce2f9977f6c6f408d2
treeed026242a8580c8df03c9383ef32e6e7fb90f949
parentcb9c1c4a880bc734c2848f8647be2cfa336ee346
NFS: replace global bl_wq with per-net one

This queue is used for sleeping in kernel and it have to be per-net since we
don't want to wake any other waiters except in out network nemespace.
BTW, move wq to per-net data is easy. But some way to handle upcall timeouts
have to be provided. On message destroy in case of timeout, tasks, waiting for
message to be delivered, should be awakened. Thus, some data required to
located the right wait queue. Chosen solution replaces rpc_pipe_msg object with
new introduced bl_pipe_msg object, containing rpc_pipe_msg and proper wq.

Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/blocklayout/blocklayout.c
fs/nfs/blocklayout/blocklayout.h
fs/nfs/blocklayout/blocklayoutdev.c
fs/nfs/blocklayout/blocklayoutdm.c
fs/nfs/netns.h