]> git.karo-electronics.de Git - karo-tx-linux.git/commit
NFSv4.1: Simplify the sequence setup
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 23 Oct 2012 00:28:44 +0000 (20:28 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 29 Oct 2012 16:14:51 +0000 (12:14 -0400)
commit1d02313fcc794b46328efb4f0921147d129d3d02
treee256f2e2e62c551f5aaf97bb65d3d0c43aff8ac2
parentc73248df10eebb7b83f1fccda4a6d1a265e71ae3
NFSv4.1: Simplify the sequence setup

Nobody calls nfs4_setup_sequence or nfs41_setup_sequence without
also calling rpc_call_start() on success. This commit therefore
folds the rpc_call_start call into nfs41_setup_sequence().

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4_fs.h
fs/nfs/nfs4filelayout.c
fs/nfs/nfs4proc.c