]> git.karo-electronics.de Git - karo-tx-linux.git/commit
NFSv4.1: Use nfs41_setup_sequence where appropriate
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 23 Oct 2012 00:07:20 +0000 (20:07 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 24 Oct 2012 15:29:15 +0000 (11:29 -0400)
commit6471a03315c03eb08bf8f1233ffe8387f39ae410
tree009023b2b0beaa9688036c1f6731810242d4f522
parenta3f9d5cb384c5e334a27c52dcaf9f933b08b6d1d
NFSv4.1: Use nfs41_setup_sequence where appropriate

There is no point in using nfs4_setup_sequence or nfs4_sequence_done
in pure NFSv4.1 functions. We already know that those have sessions...

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