diff options
author | Stanislav Kinsbursky | 2012-10-02 12:19:14 +0200 |
---|---|---|
committer | Trond Myklebust | 2012-10-02 17:17:04 +0200 |
commit | 4e437e95ae8fce164a97f4d67866c9a7e7ed9335 (patch) | |
tree | 5fa816f1c77c8b0e112519b591c1a57433706a80 | |
parent | nfs: include nfs4_fh.h in nfs4sysctl.c (diff) | |
download | kernel-qcow2-linux-4e437e95ae8fce164a97f4d67866c9a7e7ed9335.tar.gz kernel-qcow2-linux-4e437e95ae8fce164a97f4d67866c9a7e7ed9335.tar.xz kernel-qcow2-linux-4e437e95ae8fce164a97f4d67866c9a7e7ed9335.zip |
nfs: include internal.h in getroot.h
Sparse warning:
fs/nfs/nfs4getroot.c:11:5: warning: symbol 'nfs4_get_rootfh' was not declared.
Should it be static?
Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
-rw-r--r-- | fs/nfs/getroot.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/getroot.c b/fs/nfs/getroot.c index 4654ced096a6..033803c36644 100644 --- a/fs/nfs/getroot.c +++ b/fs/nfs/getroot.c @@ -32,6 +32,8 @@ #include <asm/uaccess.h> +#include "internal.h" + #define NFSDBG_FACILITY NFSDBG_CLIENT /* |