]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfc829051700c5ebfdbf7b45358a0b77ef8e729a6
tree4ca32999d19069c32671c03ac0ee14318e8da392
parent26ee5d5bb81f71e40994a449c5bde97c1db6ba0b
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