OpenVZ Forum


Home » Mailing lists » Devel » [PATCH 0/5] nfs: few cleanup patches inspired by sparse
[PATCH 4/5] nfs: include nfs4_fh.h in nfs4sysctl.c [message #48189 is a reply to message #48185] Tue, 02 October 2012 10:19 Go to previous messageGo to previous message
Stanislav Kinsbursky is currently offline  Stanislav Kinsbursky
Messages: 683
Registered: October 2011
Senior Member
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>
---
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 5729bc8..2628d92 100644
--- a/fs/nfs/nfs4sysctl.c
+++ b/fs/nfs/nfs4sysctl.c
@@ -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;
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: [RFC 0/4] bypass charges if memcg is not used
Next Topic: [PATCH v3 00/16] slab accounting for memcg
Goto Forum:
  


Current Time: Wed Oct 02 14:54:43 GMT 2024

Total time taken to generate the page: 0.09486 seconds