NFS: Enable nfs4_setup_sequence() for DELEGRETURN
authorChuck Lever <chuck.lever@oracle.com>
Fri, 9 Aug 2013 16:49:29 +0000 (12:49 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 3 Sep 2013 19:26:36 +0000 (15:26 -0400)
commit160881e33d88129faeb08130865fdc0177ba1aa3
tree2032bba42f17e498d9824646fe5abb36d3efc38a
parent3bd2384a77e7b277c1fd8dd4ebb071162e2d85b6
NFS: Enable nfs4_setup_sequence() for DELEGRETURN

When CONFIG_NFS_V4_1 is disabled, the calls to nfs4_setup_sequence()
and nfs4_sequence_done() are compiled out for the DELEGRETURN
operation.  To allow NFSv4.0 transport blocking to work for
DELEGRETURN, these call sites have to be present all the time.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c