nfs: include nfs4_fh.h in nfs4sysctl.c
authorStanislav Kinsbursky <skinsbursky@parallels.com>
Tue, 2 Oct 2012 10:19:09 +0000 (14:19 +0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 2 Oct 2012 15:17:03 +0000 (08:17 -0700)
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>
fs/nfs/nfs4sysctl.c

index 5729bc8aa75dea9ef18f4211f6c31cb7061a44e7..2628d921b7e3c2d0b668332fd9052e870083df09 100644 (file)
@@ -9,6 +9,7 @@
 #include <linux/nfs_idmap.h>
 #include <linux/nfs_fs.h>
 
+#include "nfs4_fs.h"
 #include "callback.h"
 
 static const int nfs_set_port_min = 0;