NFS: Fix return type of nfs4_end_drain_session() stub
authorChuck Lever <chuck.lever@oracle.com>
Fri, 12 Jul 2013 16:31:45 +0000 (12:31 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 23 Jul 2013 22:18:53 +0000 (18:18 -0400)
commitb14b7979d70c19b7fa7c4d3244a4ea5916d77492
tree4ca32999d19069c32671c03ac0ee14318e8da392
parent275448eb10cfb2b09b34b0b08498a3401222b413
NFS: Fix return type of nfs4_end_drain_session() stub

Clean up: when NFSv4.1 support is compiled out,
nfs4_end_drain_session() becomes a stub.  Make the synopsis of the
stub match the synopsis of the real version of the function.

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