projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1813bad
)
NFSv4: fs/nfs/nfs4getroot.c needs to include "internal.h"
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 16 Oct 2012 16:32:24 +0000
(12:32 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 16 Oct 2012 16:37:59 +0000
(12:37 -0400)
Fix a warning about "no previous prototype for ‘nfs4_get_rootfh’"
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4getroot.c
patch
|
blob
|
history
diff --git
a/fs/nfs/nfs4getroot.c
b/fs/nfs/nfs4getroot.c
index 6a83780e0ce6b9a9888ce51dfd303ca454b54ea8..549462e5b9b0633239a1b2766ce17433446874dc 100644
(file)
--- a/
fs/nfs/nfs4getroot.c
+++ b/
fs/nfs/nfs4getroot.c
@@
-5,6
+5,7
@@
#include <linux/nfs_fs.h>
#include "nfs4_fs.h"
+#include "internal.h"
#define NFSDBG_FACILITY NFSDBG_CLIENT