Searched hist:"101070 ca2fe67186f5f5517b66cb4757b17f4e29" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/nfs/ |
H A D | read.c | diff 101070ca2fe67186f5f5517b66cb4757b17f4e29 Tue Feb 19 19:04:23 CST 2008 Trond Myklebust <Trond.Myklebust@netapp.com> 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 <Trond.Myklebust@netapp.com>
|
H A D | direct.c | diff 101070ca2fe67186f5f5517b66cb4757b17f4e29 Tue Feb 19 19:04:23 CST 2008 Trond Myklebust <Trond.Myklebust@netapp.com> 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 <Trond.Myklebust@netapp.com>
|
H A D | write.c | diff 101070ca2fe67186f5f5517b66cb4757b17f4e29 Tue Feb 19 19:04:23 CST 2008 Trond Myklebust <Trond.Myklebust@netapp.com> 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 <Trond.Myklebust@netapp.com>
|
H A D | nfs4proc.c | diff 101070ca2fe67186f5f5517b66cb4757b17f4e29 Tue Feb 19 19:04:23 CST 2008 Trond Myklebust <Trond.Myklebust@netapp.com> 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 <Trond.Myklebust@netapp.com>
|