]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv4: add declaration of current_stateid
authorBen Dooks <ben.dooks@codethink.co.uk>
Wed, 16 Oct 2019 16:28:21 +0000 (17:28 +0100)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 18 Nov 2019 09:36:45 +0000 (10:36 +0100)
commit79110f41e93d1999932e09f91328e9a75df5358e
treec8268a422ebe034830942fbeaf4a55c2c99a2a06
parent8c9939bcc9c371937e1f163654c00a0fda54412d
NFSv4: add declaration of current_stateid

The current_stateid is exported from nfs4state.c but not
declared in any of the headers. Add to nfs4_fs.h to
remove the following warning:

fs/nfs/nfs4state.c:80:20: warning: symbol 'current_stateid' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/nfs4_fs.h
fs/nfs/nfs4proc.c
fs/nfs/pnfs.c