]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv4.1: Simplify nfs41_sequence_done()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 16 Jun 2010 13:52:25 +0000 (09:52 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 22 Jun 2010 17:24:01 +0000 (13:24 -0400)
commitf3578e310e1f78bca85641d3f66f3770a4557641
tree0633b26aeeb56667f821d0828725d9c837d02163
parent0236a3ec29d45d75f00c5e9030f38d9118f7ecd4
NFSv4.1: Simplify nfs41_sequence_done()

Nobody uses the rpc_status parameter.

It is not obvious why we need the struct nfs_client argument either, when
we already have that information in the session.

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