diff options
author | Stanislav Kinsbursky <skinsbursky@parallels.com> | 2012-10-02 06:19:09 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-10-02 11:17:03 -0400 |
commit | 22e243096104a741a0872328160c89d121a648c2 (patch) | |
tree | 5be602f12df5ca02de7384f5c39c5c117f6bc41f /fs/nfs | |
parent | 3dd4f8ef7b26d5d4ada6e2f4b92d99b5e2255f72 (diff) |
nfs: include nfs4_fh.h in nfs4sysctl.c
Sparse warnings:
fs/nfs/nfs4sysctl.c:56:5: warning: symbol 'nfs4_register_sysctl' was not
declared. Should it be static?
fs/nfs/nfs4sysctl.c:64:6: warning: symbol 'nfs4_unregister_sysctl' was not
declared. Should it be static?
Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs')
-rw-r--r-- | fs/nfs/nfs4sysctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/nfs4sysctl.c b/fs/nfs/nfs4sysctl.c index 5729bc8aa75d..2628d921b7e3 100644 --- a/fs/nfs/nfs4sysctl.c +++ b/fs/nfs/nfs4sysctl.c | |||
@@ -9,6 +9,7 @@ | |||
9 | #include <linux/nfs_idmap.h> | 9 | #include <linux/nfs_idmap.h> |
10 | #include <linux/nfs_fs.h> | 10 | #include <linux/nfs_fs.h> |
11 | 11 | ||
12 | #include "nfs4_fs.h" | ||
12 | #include "callback.h" | 13 | #include "callback.h" |
13 | 14 | ||
14 | static const int nfs_set_port_min = 0; | 15 | static const int nfs_set_port_min = 0; |