Skip to content

Commit

Permalink
nfs: include nfs4_fh.h in nfs4sysctl.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stanislav Kinsbursky authored and Trond Myklebust committed Oct 2, 2012
1 parent 3dd4f8e commit 22e2430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/nfs/nfs4sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 22e2430

Please sign in to comment.