From: Trond Myklebust Date: Wed, 20 Feb 2008 01:04:23 +0000 (-0500) Subject: NFS: Ensure that the asynchronous RPC calls complete on nfsiod. X-Git-Tag: v2.6.26-rc1~1082^2^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=101070ca2fe67186f5f5517b66cb4757b17f4e29;p=pandora-kernel.git NFS: Ensure that the asynchronous RPC calls complete on nfsiod. We want to ensure that rpc_call_ops that involve mntput() are run on nfsiod rather than on rpciod, so that they don't deadlock when the resulting umount calls rpc_shutdown_client(). Hence we specify that read, write and commit calls must complete on nfsiod. Ditto for NFSv4 open, lock, locku and close asynchronous calls. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed