Skip to content

Commit

Permalink
nfs: include internal.h in getroot.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stanislav Kinsbursky authored and Trond Myklebust committed Oct 2, 2012
1 parent 22e2430 commit 4e437e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fs/nfs/getroot.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@

#include <asm/uaccess.h>

#include "internal.h"

#define NFSDBG_FACILITY NFSDBG_CLIENT

/*
Expand Down

0 comments on commit 4e437e9

Please sign in to comment.