commit | d49dd11753f4f5dde5d67c4e1d3edf65eb35c381 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Wed Oct 16 17:28:21 2019 +0100 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Mon Nov 18 10:36:45 2019 +0100 |
tree | c8268a422ebe034830942fbeaf4a55c2c99a2a06 | |
parent | 5326de9e94bedcf7366e7e7625d4deb8c1f1ca8a [diff] |
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>