]> bbs.cooldavid.org Git - net-next-2.6.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)
commitd185a334c748b3ca9de1f3a293fd8a9cf68378ab
tree0633b26aeeb56667f821d0828725d9c837d02163
parent2a6e26cdb8f17b1075c2dfd8f2f3c341bac4f441
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