diff options
author | J. Bruce Fields <bfields@redhat.com> | 2012-04-25 16:49:18 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2012-05-31 20:29:35 -0400 |
commit | bfa4b36525577dfe2b52c7e52e03525aba1b74d3 (patch) | |
tree | ca887a84f7e4b3633fd23a44596c6b621102599b /fs | |
parent | b108fe6b08f3f61c2c465649b20b7d4b4c185728 (diff) |
nfsd: state.c should include current_stateid.h
OK, admittedly I'm mainly just trying to shut sparse up.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nfsd/nfs4state.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index 277c989e7f7b..cf26658e4e31 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c @@ -42,6 +42,7 @@ #include <linux/sunrpc/clnt.h> #include "xdr4.h" #include "vfs.h" +#include "current_stateid.h" #define NFSDDBG_FACILITY NFSDDBG_PROC |