From: Trond Myklebust Date: Wed, 20 Feb 2008 01:04:22 +0000 (-0500) Subject: NFS: Add an nfsiod workqueue X-Git-Tag: v2.6.26-rc1~1082^2^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5746006f1d17d9d5a3015051ea54de4341cb31f9;p=pandora-kernel.git NFS: Add an nfsiod workqueue NFS post-rpciod cleanups often involve tasks that cannot be safely performed within the rpciod context (due to deadlock concerns). We therefore add a dedicated NFS workqueue that can perform tasks like cleaning up state after an interrupted NFSv4 open() call, or calling put_nfs_open_context() after an asynchronous read or write call. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed